Logs the cache operation to the log file.
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
- absoluteExpiration
- Type:
System DateTime
Absolute expiration
- slidingExpiration
- Type:
System TimeSpan
Sliding expiration
- priority
- Type:
System.Web.Caching CacheItemPriority
Priority of the cache item
See Also