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 |
Full Usage:
Cache
|
|
Full Usage:
NoCache
|
Instance members
Instance member | Description |
Full Usage:
this.IsCache
Returns: bool
|
|
Full Usage:
this.IsNoCache
Returns: bool
|
|