Skip to content

Commit aeb15db

Browse files
committed
Improved description for the wp-cli cache command
1 parent e195677 commit aeb15db

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/Cache_Command.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<?php
22

33
/**
4-
* The cache command manipulates the WP Object Cache, an object containing data which may be
5-
* computationally expensive to regenerate, like the results of complex database queries. For more
6-
* information on the WP Object Cache see:
7-
* https://codex.wordpress.org/Class_Reference/WP_Object_Cache
8-
*
4+
* The cache command manipulates the WP Object Cache. Codex: https://codex.wordpress.org/Class_Reference/WP_Object_Cache.
5+
* This is a a test
96
*
107
* Use a persistent object cache drop-in to persist cache values between requests.
118
*

0 commit comments

Comments
 (0)