Back to Devexpress

ICachedDataStore Interface

corelibraries-devexpress-dot-xpo-dot-db-cab57a3c.md

latest1.3 KB
Original Source

ICachedDataStore Interface

The interface for objects that need to interact with a cached data store.

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public interface ICachedDataStore :
    ICacheToCacheCommunicationCore,
    IDataStore
vb
Public Interface ICachedDataStore
    Inherits ICacheToCacheCommunicationCore,
             IDataStore

Remarks

The ICachedDataStore interface includes the methods common to objects that need to interact with a cached data store.

The base class that implements this interface is DataCacheBase.

See Also

ICachedDataStore Members

CachedDataStoreClient

Data-Aware Export

DevExpress.Xpo.DB Namespace