DataCacheRoot(IDataStore) Constructor
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public DataCacheRoot(
IDataStore subjectForCache
)
#Parameters
Name | Type | Description |
---|---|---|
subject |
IData |
A object which provides connection to a data store to be cached. |
See Also