Skip to main content
All docs
V18.2

ModelCacheManager.CacheApplicationModelDifferences 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.v18.2.dll

Declaration

public static bool CacheApplicationModelDifferences

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