A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
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
Feedback