AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

IAdvantageCacheContainer Members

The IAdvantageCacheContainer type exposes the following members.

Methods


  Name Description
Public method ClearItem
Removes a single cached item identified by the specified key.
Public method Get<(Of <<'(T>)>>)
Retrieves a cached item of type T by its key.
Public method Invalidate
Removes all cached items that belong to the specified categories.
Public method Store<(Of <<'(T>)>>)
Stores an item of type T in the cache.