We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485f7cc commit e195677Copy full SHA for e195677
src/Cache_Command.php
@@ -1,7 +1,11 @@
1
<?php
2
3
/**
4
- * Manage the object cache.
+ * 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
+ *
9
*
10
* Use a persistent object cache drop-in to persist cache values between requests.
11
0 commit comments