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.

Type something to start searching.