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