Skip to main content
All docs
V26.1
  • InplaceDocumentCacheStorageBase.ClearCache() Method

    Resets the in-place documents cache.

    Namespace: DevExpress.ExpressApp.Office

    Assembly: DevExpress.ExpressApp.Office.v26.1.dll

    NuGet Package: DevExpress.ExpressApp.Office

    Declaration

    public void ClearCache()

    Remarks

    Call this method to reset the cache after you create or delete mail merge template objects.

    In ASP.NET Core Blazor applications, the cache is also reset after you refresh the browser page.

    See Also