ng-cache: add page (#20450)

This commit is contained in:
Sahil Afrid Farookhi
2025-12-30 19:05:09 -08:00
committed by GitHub
parent 0354132cf5
commit 4e8aa2d5cf
+20
View File
@@ -0,0 +1,20 @@
# ng cache
> Configure the persistent disk cache and retrieve cache statistics.
> More information: <https://angular.dev/cli/cache>.
- 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`