Class CacheNotification
- Namespace
- Dynamicweb.Caching.Notifications
- Assembly
- Dynamicweb.Core.dll
public sealed class CacheNotification
- Inheritance
-
CacheNotification
- Inherited Members
Fields
CacheKeyRemoved
Notification after key has been removed from cache.
public const string CacheKeyRemoved = "DWN_STANDARD_CACHE_REMOVED"
Field Value
CacheKeySet
Notification after key has been set with a value, that is saved in cache.
public const string CacheKeySet = "DWN_STANDARD_CACHE_SET"
Field Value
ForceCleared
Notification after key has been set with a value, that is saved in cache.
public const string ForceCleared = "DWN_STANDARD_CACHE_FORCECLEARED"