DataCacheNode.Configure(DataCacheConfiguration) Method
In This Article
Applies specified configuration settings to a cached data store.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public override void Configure(
DataCacheConfiguration configuration
)
#Parameters
Name | Type | Description |
---|---|---|
configuration | Data |
A Data |
#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