summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-05-18 12:37:00 +0000
committeralecpl <alec@alec.pl>2011-05-18 12:37:00 +0000
commit8edb3d9405c7d409bcabe38274cafbd5438575f6 (patch)
tree558f03ae5a2b5eb4e4fcc586cc2e83d18847c5b2 /program/include/rcmail.php
parentb5f836e4af705679e13506c4edfe67ca3039f004 (diff)
- Add APC support in rcube_cache
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r--program/include/rcmail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index e2ce1bfbb..98f3c3e66 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -356,7 +356,7 @@ class rcmail
* Initialize and get cache object
*
* @param string $name Cache identifier
- * @param string $type Cache type ('db' or 'memcache')
+ * @param string $type Cache type ('db', 'apc' or 'memcache')
*
* @return rcube_cache Cache object
*/