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

ICachedDataStoreWarpService Interface

Extends the ICachedDataStoreService interface with methods that fetch data from a cached data store and compress the result.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

[ServiceContract]
[XmlSerializerFormat]
public interface ICachedDataStoreWarpService :
    ICachedDataStoreService,
    IDataStoreService,
    IDataStoreWarpService

Remarks

This interface provides methods that help optimize memory consumption and serialization time for the Data Contract Serializer.

See Also