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.0.5239.26125)
Parameters
- key
- Type: System String
Cache key
- caseSensitive
- Type: System Boolean
Cache key is case sensitive
- value
- Type: System Object
Returning the value of the object
Return Value
Type: BooleanSee Also