Enumeration that defines the fetch operation on cache can read from data soure if item not found

Namespace: Alachisoft.NCache.Web.Caching
Assembly: 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 nameValueDescription
None0 Return null if item not found
ReadThru1 Look data source for item if not found

See Also