summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcmail.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-18 12:37:00 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-18 12:37:00 +0000
commitfc3bb8bc7542fca3752c8001a25e4e704a1cecbb (patch)
treeced23edd62a459b58bac270e9e7285435b03bfbe /roundcubemail/program/include/rcmail.php
parent9b89dcb37c5972d8dfd56fb696feea29c2e10bb6 (diff)
- Add APC support in rcube_cache
git-svn-id: https://svn.roundcube.net/trunk@4785 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcmail.php')
-rw-r--r--roundcubemail/program/include/rcmail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php
index e2ce1bfbb..98f3c3e66 100644
--- a/roundcubemail/program/include/rcmail.php
+++ b/roundcubemail/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
*/