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