CacheHelper TryGetItem Method (String, Object )Kentico 8.0 API Reference
Returns true if the cache contains the item with specified key.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

key
Type: OnlineSystem String
Cache key
value
Type: OnlineSystem Object 
Returning the value of the object

Return Value

Type: OnlineBoolean
See Also