Header menu logo Navs

CacheStrategy Type

The strategy that the router will use to cache the views that are rendered when the route is activated.

Union cases

Union case Description

Cache

Full Usage: Cache

The NoCache strategy makes that the rendered view will be re-rendered every time the route is activated.

NoCache

Full Usage: NoCache

The Cache strategy makes that the rendered view will be stored in memory and will be re-used when the route is activated again.

Instance members

Instance member Description

this.IsCache

Full Usage: this.IsCache

Returns: bool
Returns: bool

this.IsNoCache

Full Usage: this.IsNoCache

Returns: bool
Returns: bool

Type something to start searching.