Class ReadThruOptions
Class that defines the fetch operation on cache can read from data source if item not found.
Inheritance
System.Object
ReadThruOptions
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class ReadThruOptions : object, ICompactSerializable
Constructors
Name | Description |
---|---|
ReadThruOptions(ReadMode, String) | Initialized a new instance of ReadThruOptions. |
Properties
Name | Description |
---|---|
Mode | Specifies ReadMode for read-through options. |
ProviderName | Specifies the unique identifier for the data source provider. |
Methods
Name | Description |
---|---|
Deserialize(CompactReader) | Used for deserializing through Alachisoft.NCache.Runtime.Serialization.IO.CompactReader |
Serialize(CompactWriter) | Used for serializing through Alachisoft.NCache.Runtime.Serialization.IO.CompactWriter |