Class ServiceCacheNotification
- Namespace
- Dynamicweb.Caching.Notifications
- Assembly
- Dynamicweb.Core.dll
public sealed class ServiceCacheNotification
- Inheritance
-
ServiceCacheNotification
- Inherited Members
Fields
ClearCacheKeys
Notification after keys have been removed from cache.
public const string ClearCacheKeys = "DWN_STANDARD_SERVICECACHE_CLEARCACHEKEY"
Field Value
ResetCache
Notification after cache has been reset (clear all).
public const string ResetCache = "DWN_STANDARD_SERVICECACHE_CLEARCACHE_ALL"
Field Value
SetCache
Notification after cache has been reset (clear all).
public const string SetCache = "DWN_STANDARD_SERVICECACHE_SETCACHE"