Removes object from cache.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic static void Remove(
	string key,
	bool caseSensitive = false,
	bool logOperation = true,
	bool logTask = true
)
Parameters
- key
 - Type: SystemString
Cache key - caseSensitive (Optional)
 - Type: SystemBoolean
Cache key is case sensitive - logOperation (Optional)
 - Type: SystemBoolean
If true, the operation is logged - logTask (Optional)
 - Type: SystemBoolean
Log web farm task 
See Also