LiveSiteDebugProcessorGetCacheItemAsync Method |
Retrieves cache item detail with the specified cache key created on current site.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public Task<CacheItemContainer> GetCacheItemAsync(
string key
)
Parameters
- key
- Type: SystemString
The key of the cache item.
Return Value
Type:
TaskCacheItemContainerSee Also