Skip to main content
A newer version of this page is available. .

CachedDataStoreService Class

The base class for WCF services providing access to data via cached data stores (objects implementing the ICachedDataStore interface).

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

[AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class CachedDataStoreService :
    DataStoreService,
    ICachedDataStoreWarpService,
    ICachedDataStoreService,
    IDataStoreService,
    IDataStoreWarpService

Remarks

For more information on transferring data via WCF services, refer to Transferring Data via WCF Services.

Inheritance

Object
ServiceBase
DataStoreService
CachedDataStoreService
See Also