Skip to main content

Journal.ClearNavigationCache() Method

Removes all cached content of the NavigationFrame pages.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public void ClearNavigationCache()

Remarks

NavigationFrame caches the content of its pages to avoid re-loading them and speed up your application (see the NavigationFrame.NavigationCacheMode property). If needed, call the ClearNavigationCache to clear the cache for all pages that are stored within this Journal as entries.

See Also