From 6bf21c4a4395e3431913a0fc551660cc8665241d Mon Sep 17 00:00:00 2001 From: mark_story Date: Thu, 27 Mar 2014 11:55:54 -0400 Subject: [PATCH] Update doc blocks to not be lies. --- lib/Cake/Cache/Cache.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/Cake/Cache/Cache.php b/lib/Cake/Cache/Cache.php index 61835f191..4dc991c5a 100644 --- a/lib/Cake/Cache/Cache.php +++ b/lib/Cake/Cache/Cache.php @@ -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: *