Back to Devexpress

DataCacheConfigurationCaching Enum

corelibraries-devexpress-dot-xpo-dot-db-dot-helpers-f89b0ea5.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum DataCacheConfigurationCaching
vb
Public Enum DataCacheConfigurationCaching

Members

NameDescription
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.

|

The following properties accept/return DataCacheConfigurationCaching values:

Remarks

The values listed by this enumeration are used to set the DataCacheConfiguration.Caching property.

See Also

DevExpress.Xpo.DB.Helpers Namespace