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: *