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

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

Declaration

[ServiceContract]
[XmlSerializerFormat]
public interface ICachedDataStoreService :
    IDataStoreService

Remarks

XPO provides the following ICachedDataStoreService implementations:

See Also