AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageCacheManager Methods

The AdvantageCacheManager type exposes the following members.

Methods


  Name Description
Public method ClearItem
Removes a single cached item identified by the specified key. The key is automatically scoped by domain and language.
Public method Get<(Of <<'(T>)>>)
Retrieves a cached object of type T stored under the specified key. The key is automatically scoped by domain and language.
Public method Invalidate
Removes all cached items that belong to the specified categories. Categories are automatically scoped by domain and language before invalidation.
Public method Store<(Of <<'(T>)>>)
Stores an object of type T in the cache under the specified key. The key and category are automatically scoped by domain and language.