Contains methods used to read an object by its key from the master data source. Must be implemented by read-through components.

Namespace: Alachisoft.NCache.Runtime.DatasourceProviders
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public interface IReadThruProvider
Visual Basic
Public Interface IReadThruProvider
Visual C++
public interface class IReadThruProvider

See Also