Skip to main content
.NET 6.0+

InplaceDocumentCacheStorageBase.ClearCache() Method

Resets the in-place documents cache.

Namespace: DevExpress.ExpressApp.Office

Assembly: DevExpress.ExpressApp.Office.v23.2.dll

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