xpo-devexpress-dot-xpo-dot-db-8b0f36db.md
Extends the ICachedDataStoreServiceAsync interface with methods that asynchronously fetch data from a cached data store and compress the result.
Namespace : DevExpress.Xpo.DB
Assembly : DevExpress.Xpo.v25.2.dll
NuGet Package : DevExpress.Xpo
[ServiceContract]
[XmlSerializerFormat]
public interface ICachedDataStoreWarpServiceAsync :
ICachedDataStoreServiceAsync,
ICachedDataStoreService,
IDataStoreService,
IDataStoreServiceAsync,
IDataStoreWarpServiceAsync,
IDataStoreWarpService
<ServiceContract>
<XmlSerializerFormat>
Public Interface ICachedDataStoreWarpServiceAsync
Inherits ICachedDataStoreServiceAsync,
ICachedDataStoreService,
IDataStoreService,
IDataStoreServiceAsync,
IDataStoreWarpServiceAsync,
IDataStoreWarpService
This interface provides methods that help optimize memory consumption and serialization time for the Data Contract Serializer.
See Also