AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageCacheManager Members

The AdvantageCacheManager type exposes the following members.

Constructors


  Name Description
Public method AdvantageCacheManager(eAdvantageCacheContainerType, Int32, Int32)
Initializes a new instance of the AdvantageCacheManager class.
Public method AdvantageCacheManager(eAdvantageCacheContainerType, Int32, Int32, SQL)
Initializes a new instance of the AdvantageCacheManager class.

Methods


  Name Description
Public method ClearItem
Clears the item.
Public method Get<(Of <<'(T>)>>)
Retrieves cached object of type T stored under key.
Public method Invalidate
Delete all cached data.
Public method Store<(Of <<'(T>)>>)
Stores object of type T under a specific key.