mirror of
https://gh.wpcy.net/https://github.com/wp-cli/handbook.git
synced 2026-05-05 08:06:43 +08:00
17 lines
281 B
Markdown
17 lines
281 B
Markdown
# wp cli cache
|
|
|
|
Manages the internal WP-CLI cache,.
|
|
|
|
### EXAMPLES
|
|
|
|
# Remove all cached files.
|
|
$ wp cli cache clear
|
|
Success: Cache cleared.
|
|
|
|
# Remove all cached files except for the newest version of each one.
|
|
$ wp cli cache prune
|
|
Success: Cache pruned.
|
|
|
|
|
|
|
|
|