| CacheHelperGetItem Method  | 
            Gets item from cache.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntaxpublic static Object GetItem(
	string key,
	bool caseSensitive = false
)
Parameters
- key
 - Type: SystemString
Cache key - caseSensitive (Optional)
 - Type: SystemBoolean
Cache key is case sensitive 
Return Value
Type: 
Objectobject from cache
See Also