Back to Devexpress

CachedDataStoreService Class

xpo-devexpress-dot-xpo-dot-db-12151a26.md

latest2.0 KB
Original Source

CachedDataStoreService Class

The base class for WCF services providing access to data via cached data stores (objects implementing the ICachedDataStore interface).

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public class CachedDataStoreService :
    DataStoreService,
    ICachedDataStoreWarpService,
    ICachedDataStoreService,
    IDataStoreService,
    IDataStoreWarpService
vb
Public Class CachedDataStoreService
    Inherits DataStoreService
    Implements ICachedDataStoreWarpService,
               ICachedDataStoreService,
               IDataStoreService,
               IDataStoreWarpService

Remarks

For more information on transferring data via WCF services, refer to Transferring Data via WCF Services.

Implements

ICachedDataStoreWarpService

ICachedDataStoreService

IDataStoreWarpService

IDataStoreService

Inheritance

Object ServiceBase DataStoreService CachedDataStoreService

See Also

CachedDataStoreService Members

DevExpress.Xpo.DB Namespace