Skip to main content

InplaceDocumentCacheStorageBase.ClearCache() Method

Resets the in-place documents cache.

Namespace: DevExpress.ExpressApp.Office

Assembly: DevExpress.ExpressApp.Office.v25.2.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