Back to Devexpress

ICachedDataStoreWarpService Interface

xpo-devexpress-dot-xpo-dot-db-09a5b66a.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Xpo

Declaration

csharp
[ServiceContract]
[XmlSerializerFormat]
public interface ICachedDataStoreWarpService :
    ICachedDataStoreService,
    IDataStoreService,
    IDataStoreWarpService
vb
<ServiceContract>
<XmlSerializerFormat>
Public Interface ICachedDataStoreWarpService
    Inherits ICachedDataStoreService,
             IDataStoreService,
             IDataStoreWarpService

Remarks

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

See Also

ICachedDataStoreWarpService Members

DevExpress.Xpo.DB Namespace