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

DataCacheConfiguration.Caching Property

Specifies the scope of table settings in the current configuration.

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Data.v18.2.dll

Declaration

public DataCacheConfigurationCaching Caching { get; set; }

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