DataCacheConfiguration.Caching Property
In This Article
Specifies the scope of table settings in the current configuration.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public DataCacheConfigurationCaching Caching { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
Available values:
Name | Description |
---|---|
All | All tables will be cached, regardless of their inclusion in the configuration settings. |
In |
Only tables specified in configuration settings will be cached. |
Not |
All tables except for the tables specified in configuration settings will be cached. |
See Also