Enum DSReadOption
Enumeration that defines the fetch operation on cache can read from data source if item not found
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public enum DSReadOption
Name | Description |
---|---|
None | Return null if item not found |
ReadThru | Look data source for item if not found |