The ICacheProvider type exposes the following members.

Methods

  Name Description
Public method Get(String)
Retieves the item from the cache.
Public method Get<(Of <<'(T>)>>)(String)
Retieves the item from the cache.
Public method Remove
Removes the item in the cache.
Public method RemoveAll
Removes all items that starts with the key that is passed as a parameter.
Public method Store
Stores item in the cache.

See Also