Enum CacheItemChangedEventAction
The enum defines the actual operation used to change the value in the cache.
Namespace:CacheManager.Core.Internal
Assembly:CacheManager.Core.dll
Syntax
public enum CacheItemChangedEventAction
Fields
Name | Description |
---|---|
Add | If Add was used to change the value. |
Invalid | Default value is invalid to ensure we are not getting wrong results. |
Put | If Put was used to change the value. |
Update | If Update was used to change the value. |