Skip to main content
A newer version of this page is available. .

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.1.dll

Declaration

public enum DataCacheConfigurationCaching

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DataCacheConfigurationCaching enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also