Enum ReadMode
Enumeration that defines the read mode if item is not found in cache.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum ReadMode : byte
Fields
Name | Description |
---|---|
None | Return null if item not found. |
ReadThru | Look data source for item if not found. |
ReadThruForced | Forcefully look data source for item and update/add item in cache. |