DataCacheConfigurationCaching Enum
Lists the values that specify the scope of cache configuration settings in cached data stores.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Members
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. |
Related API Members
The following properties accept/return DataCacheConfigurationCaching values:
Remarks
The values listed by this enumeration are used to set the DataCacheConfiguration.Caching property.
See Also