commands.sh

ng cache

all

Configure the persistent disk cache and retrieve cache statistics.

More info →

Options (2)

boolean

Disable the persistent disk cache for all projects in the workspace

Example: ng cache {{[off|disable]}}
boolean

Enable the persistent disk cache for all projects in the workspace

Example: ng cache {{[on|enable]}}

Examples (4)

Delete the persistent disk cache

ng cache clean

Disable the persistent disk cache for all projects in the workspace

ng cache [off|disable]

Enable the persistent disk cache for all projects in the workspace

ng cache [on|enable]

Print persistent disk cache configuration and statistics

made by @shridhargupta | data from tldr-pages