Skip to main content
.NET 6.0+

ModelCacheManager.UseCacheWhenDebuggerIsAttached Field

Enables caching when a debugger is attached. You can temporarily set this static field to true to debug the code that handles the XafApplication.CreateCustomModelCacheManager event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static bool UseCacheWhenDebuggerIsAttached

Field Value

Type
Boolean
See Also