Clear() |
Removes all items from the cache.
|
Clear(CacheRegion) |
Removes all items from the cache region.
|
Count() |
Gets the number of entities in the cache.
|
Exists(CacheRegion, string) |
Checks if the specified item exists in the cache.
|
Get(CacheRegion, string) |
Retrieves the specified item from the cache.
|
Put(CacheRegion, string, T) |
Inserts an item into the Cache object with a cache key to reference its location.
|
Remove(CacheRegion, String[]) |
Removes the specified items from the cache.
|
RemoveEndingWith(CacheRegion, String[]) |
Removes all items ending with the specified keys.
|
RemoveStartingWith(CacheRegion, String[]) |
Removes all items starting with the specified keys.
|