mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
ng-cache: add page (#20450)
This commit is contained in:
committed by
GitHub
parent
0354132cf5
commit
4e8aa2d5cf
@@ -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`
|
||||
Reference in New Issue
Block a user