CacheDebugLogToFile Method |
Logs the cache operation to the log file.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static void LogToFile(
string operation,
string key,
Object value,
DateTime absoluteExpiration,
TimeSpan slidingExpiration,
CMSCacheItemPriority priority
)
Parameters
- operation
- Type: SystemString
Operation - key
- Type: SystemString
Cache key - value
- Type: SystemObject
Object to cache - absoluteExpiration
- Type: SystemDateTime
Absolute expiration - slidingExpiration
- Type: SystemTimeSpan
Sliding expiration - priority
- Type: CMS.HelpersCMSCacheItemPriority
Priority of the cache item
See Also