Table of Contents

Interface ICachedDataStoreWarpServiceAsync

Namespace
DevExpress.Xpo.DB
Assembly
DevExpress.Xpo.v24.1.dll

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

public interface ICachedDataStoreWarpServiceAsync : ICachedDataStoreServiceAsync, ICachedDataStoreService, IDataStoreWarpServiceAsync, IDataStoreServiceAsync, IDataStoreWarpService, IDataStoreService
Inherited Members

Methods

WarpSelectDataCachedAsync(DataCacheCookie, SelectStatement[])

Uses specified query statements to asynchronously fetch data from a cached data store and compress the result.

Task<OperationResult<DataCacheWarpSelectDataResult>> WarpSelectDataCachedAsync(DataCacheCookie cookie, SelectStatement[] selects)

Parameters

cookie DataCacheCookie

A Root element’s state stored by a specific cache Node.

selects SelectStatement[]

An array of query statements.

Returns

Task<OperationResult<DataCacheWarpSelectDataResult>>

A Task that is the data fetch result.