Skip to main content
.NET 6.0+

ModelCacheManager.CacheSharedModelDifferences Field

Specifies if the shared (administrator’s) Model Differences are cached. To use this option, set the EnableModelCache property to true.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static bool CacheSharedModelDifferences

Field Value

Type Description
Boolean

true if shared Model Differences is cashed; otherwise, false.

Remarks

Note that the Model.Cache.xafml file is not updated automatically after the shared Model Differences are changed. Remove this file and XAF recreates it with updated Model Differences on the application start.

See Also