Table of Contents

Interface ICachedDataStoreWarpService

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

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

public interface ICachedDataStoreWarpService : ICachedDataStoreService, IDataStoreWarpService, IDataStoreService
Inherited Members

Methods

WarpSelectDataCached(DataCacheCookie, SelectStatement[])

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

OperationResult<DataCacheWarpSelectDataResult> WarpSelectDataCached(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

OperationResult<DataCacheWarpSelectDataResult>

The data fetch result.