Skip to main content

DataCacheNode.Configure(DataCacheConfiguration) Method

Applies specified configuration settings to a cached data store.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.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