Logs the cache operation. Logs the cache operation to the file and to current request log for debugging.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- operation
- Type: System String
Operation
- key
- Type: System String
Cache key
- value
- Type: System Object
Object to cache
- dependencies
- Type: CMS.Helpers CMSCacheDependency
Cache dependencies
- absoluteExpiration
- Type: System DateTime
Absolute expiration
- slidingExpiration
- Type: System TimeSpan
Sliding expiration
- priority
- Type: System.Web.Caching CacheItemPriority
Priority of the cache item
- useFullKey
- Type: System Boolean
If true, full cache key is used
See Also