Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update doc blocks to not be lies.
  • Loading branch information
markstory committed Mar 27, 2014
1 parent de9a5a5 commit 6bf21c4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/Cake/Cache/Cache.php
Expand Up @@ -277,9 +277,7 @@ public static function gc($config = 'default', $expires = null) {
}

/**
* Write data for key into cache. Will automatically use the currently
* active cache configuration. To set the currently active configuration use
* Cache::config()
* Write data for key into a cache engine.
*
* ### Usage:
*
Expand Down Expand Up @@ -328,9 +326,7 @@ public static function write($key, $value, $config = 'default') {
}

/**
* Read a key from the cache. Will automatically use the currently
* active cache configuration. To set the currently active configuration use
* Cache::config()
* Read a key from a cache config.
*
* ### Usage:
*
Expand Down

0 comments on commit 6bf21c4

Please sign in to comment.