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. If the database can be packed, it will be packed. | |
ClearRegion | Overridden. Clear all items in the specified region. If the database can be packed, it will be packed. | |
Contains | Overridden. Returns true if the cache item exists in the specified region | |
CreateCacheEntryChangeMonitor | Overridden. The database cache provider does not support Creating Entry Change Monitors | |
Delete | Deletes the specified cache item by key. Used internally by the AsyncProcessor | |
Dispose | Overridden. Dispose the cache provider. Do not allow anything else to be loaded or saved in the cache. | |
Flush | Wait until the passed seconds until the items are saved and removed from the cache | |
Get<T> | Overridden. Get an item from the cache. | |
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. Get the number of items in the passed region. | |
GetKeys | Overridden. Get the cache keys for the specified region. | |
GetRegions | Overridden. Get a list of regions in the cache | |
GetTotalCount | Overridden. Get the total number of items in the cache | |
Remove<T> | Overridden. Remove an item from the cache | |
Save<T> | Insert or Add a cache item internally used by the AsyncProcessor | |
Scavenge | Perform an immediate removal of expired items from the cache without waiting on the scavenge timer. | |
Set | Overloaded. Overridden. Insert or update an item in the cache |