| CacheHelperTryGetItem Method (String, Object) | 
            Returns true if the cache contains the item with specified key.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic static bool TryGetItem(
	string key,
	out Object value
)
Parameters
- key
 - Type: SystemString
Cache key - value
 - Type: SystemObject
Returning the value of the object 
Return Value
Type: 
Boolean
See Also