DataCacheNode.Configure(DataCacheConfiguration) Method
Applies specified configuration settings to a cached data store.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
configuration | DataCacheConfiguration | A DataCacheConfiguration object containing cache configuration settings. |
Remarks
For the DataCacheNode, this method always throws the System.NotImplementedException - to apply configuration settings, call the Root element’s DataCacheRoot.Configure method instead.
See Also