Returns true if the cache contains the item with specified key.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- key
- Type: System String
Cache key
- caseSensitive
- Type: System Boolean
Cache key is case sensitive
- output
- Type: OutputType
Returning the value of the object
- logOperation (Optional)
- Type: System Boolean
Log the cache operation
Return Value
Type: BooleanSee Also