Update doc blocks to not be lies.

This commit is contained in:
mark_story 2014-03-27 11:55:54 -04:00
parent de9a5a5845
commit 6bf21c4a43

View file

@ -277,9 +277,7 @@ class Cache {
}
/**
* 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:
*
@ -328,9 +326,7 @@ class Cache {
}
/**
* 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:
*