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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
subjectForCache | IDataStore | A object which provides connection to a data store to be cached. |
See Also