Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/Cache_Command.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?php

/**
* Manage the object cache.
* The cache command manipulates the WP Object Cache, an object containing data which may be
* computationally expensive to regenerate, like the results of complex database queries. For more
* information on the WP Object Cache see:
* https://codex.wordpress.org/Class_Reference/WP_Object_Cache
*
*
* Use a persistent object cache drop-in to persist cache values between requests.
*
Expand Down