Journal.ClearNavigationCache() Method
Removes all cached content of the NavigationFrame pages.
Namespace: DevExpress.Xpf.WindowsUI.Navigation
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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