KenticoRequestLogControllerGetCacheItem Method |
Returns the specified item from the cache.
Namespace: Kentico.Debug.Web.MvcAssembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax public ActionResult GetCacheItem(
string key
)
Parameters
- key
- Type: SystemString
The identifier for the cache item to retrieve.
Return Value
Type:
ActionResultSee Also