DataCacheBase.Configure(DataCacheConfiguration) Method
When implemented by a descendant class, applies specified configuration settings to a cached data store.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| configuration | DataCacheConfiguration | A DataCacheConfiguration object containing cache configuration settings. |
See Also