Enum CacheOperation
Cache operation types, with respect to the Output Cache Provider operations can be Add and Set.
Assembly: Alachisoft.NCache.OutputCacheProvider.dll
Syntax
public enum CacheOperation
Fields
Name | Description |
---|---|
Add | It stores the data if it is not already present in the cache. |
Set | It inserts the specified entry into the output cache, overwriting the entry that is already present in the cache. |