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
7 changes: 5 additions & 2 deletions src/Cache_Command.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

/**
* Manage the object cache.
* cache manipulates the WP Object Cache.
*
* Use a persistent object cache drop-in to persist cache values between requests.
*
* Use a persistent object cache drop-in to persist cache values between requests.
*
* See the Codex for [WP Object Cache](https://codex.wordpress.org/Class_Reference/WP_Object_Cache).
*
* ## EXAMPLES
*
Expand Down