Enumeration that defines the fetch operation on cache can read from data soure if item not found
Namespace: Alachisoft.NCache.Web.CachingAssembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
| C# |
|---|
public enum DSReadOption |
| Visual Basic |
|---|
Public Enumeration DSReadOption |
| Visual C++ |
|---|
public enum class DSReadOption |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Return null if item not found | |
| ReadThru | 1 | Look data source for item if not found |