Name | Description | |
---|---|---|
Add | Overloaded. Inserts a cache entry into the cache without overwriting any existing cache entry. | |
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. | |
ClearAll | Clear all the cache for all regions | |
ClearRegion | Clear all the cache for a region | |
Contains | Check whether the cache entry already exists in the cache. | |
CreateCacheEntryChangeMonitor | Create a System.Runtime.Caching.CacheEntryChangeMonitor object that can trigger events in response to changes to specified cache entries. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Get<T> | 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. | |
GetCount | Gets the total number of cache entries in the cache. | |
GetKeys | Get a list of the Keys associated with the region. | |
GetRegions | Get a list of the current regions | |
GetTotalCount | Get the count of all the items in all the regions | |
Remove<T> | Removes the cache entry from the cache. | |
Set | Overloaded. 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. |