Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[ServiceContract]
[XmlSerializerFormat]
public interface ICachedDataStoreService :
    IDataStoreService

Remarks

XPO provides the following ICachedDataStoreService implementations:

See Also