Class ReadThruOptions
A class that defines how fetch operations can be handled through the datasource if the desired data is not present in the cache.
Inheritance
System.Object
ReadThruOptions
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class ReadThruOptions : ICompactSerializable
Constructors
Name | Description |
---|---|
ReadThruOptions(ReadMode, String) | Initializes a new instance of class 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 the CompactReader. |
Serialize(CompactWriter) | Used for serializing through the CompactWriter. |