Name | Description | |
---|---|---|
![]() | Add | Overloaded. Inserts a cache entry into the cache without overwriting any existing cache entry. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider) |
![]() | AddOrGetExisting | Overloaded. Inserts a cache entry into the cache, by using a key, an object for the cache entry, an absolute expiration value, and an optional region to add the cache into. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider) |
![]() | ClearAll | Overridden. Clear all items in the cache for all regions |
![]() | ClearRegion | Overridden. Clear all the cache for a region |
![]() | Contains | Overridden. Check whether the cache entry already exists in the cache. |
![]() | CreateCacheEntryChangeMonitor | Overridden. Create cache entry change monitor |
![]() | Dispose | Overridden. Disposes this instance. |
![]() | Get<T> | Overridden. Gets the specified cache entry from the cache as an object. |
![]() | GetCacheItem<T> | Gets the specified cache entry from the cache as a System.Runtime.Caching.CacheItem instance. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider) |
![]() | GetCount | Overridden. Gets the total number of cache entries in the cache for the specified region. |
![]() | GetKeys | Overridden. Get a list of the Keys associated with the region. |
![]() | GetRegions | Overridden. Get a list of the current regions |
![]() | GetTotalCount | Overridden. Get the count of all the items in all the regions |
![]() | Remove<T> | Overridden. Removes the cache entry from the cache. |
![]() | Set | Overloaded. Overridden. Inserts or update the cache entry in the cache as a System.Runtime.Caching.CacheItem instance, specifying information about how the entry will be evicted. |