Skip to content

NavigationCacheMode enum

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.NavigationCacheMode Modifiers: public sealed

Summary

        Specifies caching characteristics for a page involved in a navigation.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Values

NameValueDescription
Disabled0The page is never cached and a new instance of the page is created on each visit.
Enabled1The page is cached, but the cached instance is discarded when the size of the cache for the frame is exceeded.
Required2The page is cached and the cached instance is reused for every visit regardless of the cache size for the frame.