DataCacheBase.Configure(DataCacheConfiguration) Method
In This Article
When implemented by a descendant class, applies specified configuration settings to a cached data store.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public abstract void Configure(
DataCacheConfiguration configuration
)
#Parameters
Name | Type | Description |
---|---|---|
configuration | Data |
A Data |
See Also