| CacheHelperRemoveInternal Method  | 
            Removes the item from the cache.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxprotected virtual Object RemoveInternal(
	string key,
	bool useFullKey
)
Parameters
- key
 - Type: SystemString
Cache key - useFullKey
 - Type: SystemBoolean
If true, the full cache key is used 
Return Value
Type: 
Object
See Also