IAdvantageCacheContainer..::..Get<(Of <(<'T>)>)> Method
Retrieves a cached item of type T by its key.
Namespace:
AdvantageCMS.Core.Utils.CacheAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
Type Parameters
- T
- The type of the cached object. Must be a reference type.
Parameters
- key
- Type: String
The cache key used to look up the item.

