Skip to main content

DataCacheRoot(IDataStore) Constructor

Initializes a new instance of the DataCacheRoot class with a specified data store provider connected to a data store to be cached.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public DataCacheRoot(
    IDataStore subjectForCache
)

Parameters

Name Type Description
subjectForCache IDataStore

A object which provides connection to a data store to be cached.

See Also