xpo-devexpress-dot-xpo-dot-db-22e54735.md
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.v25.2.dll
NuGet Package : DevExpress.Xpo
[ServiceContract]
[XmlSerializerFormat]
public interface ICachedDataStoreService :
IDataStoreService
<ServiceContract>
<XmlSerializerFormat>
Public Interface ICachedDataStoreService
Inherits IDataStoreService
XPO provides the following ICachedDataStoreService implementations:
See Also