ICache Methods |
The ICache 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.) |
![]() | GetAll |
Get the values for all the specified keys, if they are in the
cache.
|
![]() | GetEnumerator |
Returns an ICacheEnumerator object for the
ICache instance.
|
![]() | Insert(Object, Object) |
Associates the specified value with the specified key in this
cache.
|
![]() | Insert(Object, Object, Int64) |
Associates the specified value with the specified key in this
cache.
|
![]() | InsertAll |
Copies all of the mappings from the specified dictionary to this
cache (optional operation).
|
![]() | Remove | Removes the element with the specified key from the IDictionary object. (Inherited from IDictionary.) |