Skip to main content
All docs
V26.1
  • 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.v26.1.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