Skip to main content
A newer version of this page is available. .

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

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