Click or drag to resize
LiveSiteDebugProcessorGetCacheItemAsync Method
Retrieves cache item detail with the specified cache key created on current site.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public Task<CacheItemContainer> GetCacheItemAsync(
	string key
)

Parameters

key
Type: SystemString
The key of the cache item.

Return Value

Type: TaskCacheItemContainer
See Also