IConfigurableCache Methods |
The IConfigurableCache type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | Adds an element with the provided key and value to the IDictionary object. (Inherited from IDictionary.) |
![]() | Clear | Removes all elements from the IDictionary object. (Inherited from IDictionary.) |
![]() | Contains | Determines whether the IDictionary object contains an element with the specified key. (Inherited from IDictionary.) |
![]() | CopyTo | (Inherited from ICollection.) |
![]() | Evict |
Evict all entries from the cache that are no longer valid, and
potentially prune the cache size if the cache is size-limited
and its size is above the caching low water mark.
|
![]() | Evict(Object) |
Evict a specified key from the cache, as if it had expired from the
cache. If the key is not in the cache, then the method has no effect.
|
![]() | EvictAll |
Evict the specified keys from the cache, as if they had each expired
from the cache.
|
![]() | GetAll |
Get the values for all the specified keys, if they are in the
cache.
(Inherited from ICache.) |
![]() | GetCacheEntry |
Locate a cache entry in the cache based on its key.
|
![]() | GetEnumerator |
Returns an ICacheEnumerator object for the
ICache instance.
(Inherited from ICache.) |
![]() | Insert(Object, Object) |
Associates the specified value with the specified key in this
cache.
(Inherited from ICache.) |
![]() | Insert(Object, Object, Int64) |
Associates the specified value with the specified key in this
cache.
(Inherited from ICache.) |
![]() | InsertAll |
Copies all of the mappings from the specified dictionary to this
cache (optional operation).
(Inherited from ICache.) |
![]() | Remove | Removes the element with the specified key from the IDictionary object. (Inherited from IDictionary.) |