The ICache type exposes the following members.

Methods

  NameDescription
AddItem
Adds an item into the cache, only if it does not already exist.
GetItem
Gets an item from the cache.
RemoveItem
Removes the specified item from the cache.
SetItem
Sets an item into the cache overwriting any existing item with the same key.

See Also