The ICache type exposes the following members.

Methods

  NameDescription
ClearOverloaded.
Exists
Checks if the specified item exists in the cache.
Get<(Of <(T>)>)
Retrieves the specified item from the cache.
Put<(Of <(T>)>)
Inserts an item into the Cache object with a cache key to reference its location.
Remove
Removes the specified items from the cache.
RemoveStartingWith
Removes all items starting with the specified keys.

See Also