Back to Devexpress

Journal.ClearNavigationCache() Method

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-journal-f30f76e3.md

latest1.5 KB
Original Source

Journal.ClearNavigationCache() Method

Removes all cached content of the NavigationFrame pages.

Namespace : DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public void ClearNavigationCache()
vb
Public Sub 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

NavigationCacheMode

Journal Class

Journal Members

DevExpress.Xpf.WindowsUI.Navigation Namespace