ICachedDataStoreService Interface
Defines a WCF service contract to access data stored in cached data stores (objects implementing the ICachedDataStore interface).
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Remarks
XPO provides the following ICachedDataStoreService
implementations:
- CachedDataStoreService - The base class for WCF services providing access to data via cached data stores (objects implementing the ICachedDataStore interface).
- CachedDataStoreClient - A cached data store provider (an ICachedDataStore implementation) for client applications transferring data via WCF.
See Also