From 4e8aa2d5cf1d842f88236f7d936745aee31a2150 Mon Sep 17 00:00:00 2001 From: Sahil Afrid Farookhi Date: Tue, 30 Dec 2025 19:05:09 -0800 Subject: [PATCH] ng-cache: add page (#20450) --- pages/common/ng-cache.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/ng-cache.md diff --git a/pages/common/ng-cache.md b/pages/common/ng-cache.md new file mode 100644 index 0000000000..6c75ee7f81 --- /dev/null +++ b/pages/common/ng-cache.md @@ -0,0 +1,20 @@ +# 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`