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

DataCacheBase.LogCategory Field

The name of a category used to tag data cache operations in XPO logs. The default category name is “DataCache”.

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public const string LogCategory = "DataCache"

Field Value

Type
String
See Also