Click or drag to resize
KenticoRequestLogControllerGetCacheItem Method
Returns the specified item from the cache.

Namespace: Kentico.Debug.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public ActionResult GetCacheItem(
	string key
)

Parameters

key
Type: SystemString
The identifier for the cache item to retrieve.

Return Value

Type: ActionResult
See Also