--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # ng cache > Configure the persistent disk cache and retrieve cache statistics. > More information: . - 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: `ng cache info`