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

DataCacheNode.Configure(DataCacheConfiguration) Method

Applies specified configuration settings to a cached data store.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public override void Configure(
    DataCacheConfiguration configuration
)

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