Castle.Facilities.Cache
Generates the key to retrieve/save objects from/to the cache.
Generates the key to retrieve/save objects from/to the cache.
Generates the key for a cache entry.
the description of an invocation to the intercepted method.
the key for a cache entry.
Generates the key for a cache entry.
the description of an invocation to the intercepted method.
the key for a cache entry.
Description résumée de ICacheManager.
Clears all elements from the cache.
Generates the key to retrieve/save objects from/to the cache.
Adds an item with the specified key and value into cached data.
Gets a cached object with the specified key.
The cached object or null
Description résumée de MemoryCache.
Clears all elements from the cache.
A generator of keys for a cache entry.
Adds an item with the specified key and value into cached data.
Gets a cached object with the specified key.
The cached object or null
Indicates the cache support for a method.
Summary description for CacheComponentInspector.
MyMethod
Summary description for CacheConfig.
Constructor
The globalCacheManagerId us only used when configure by attribute
A
Summary description for CacheConfigHolder.
Summary description for CacheFacility.
Caches the return value of the intercepted method.
Returns from the cache provider the value saved with the key generated
using the specified IMethodInvocation. If the object is not
found in the cache, the intercepted method is executed and its returned
value is saved in the cached and returned by this method.
the description of the intercepted method.
the object stored in the cache.