Skip to content

Commit e195677

Browse files
committed
Improved cache command description
1 parent 485f7cc commit e195677

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Cache_Command.php

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

33
/**
4-
* Manage the object cache.
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+
*
59
*
610
* Use a persistent object cache drop-in to persist cache values between requests.
711
*

0 commit comments

Comments
 (0)