DataCacheConfiguration.Caching Property
Specifies the scope of table settings in the current configuration.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
| Type | Description |
|---|---|
| DataCacheConfigurationCaching | A DataCacheConfigurationCaching enumeration value which identifies if tables specified via the DataCacheConfiguration.Tables property are included in or excluded from the caching scope. |
Available values:
| Name | Description |
|---|---|
| All | All tables will be cached, regardless of their inclusion in the configuration settings. |
| InList | Only tables specified in configuration settings will be cached. |
| NotInList | All tables except for the tables specified in configuration settings will be cached. |
See Also