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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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