From fc3bb8bc7542fca3752c8001a25e4e704a1cecbb Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 18 May 2011 12:37:00 +0000 Subject: - Add APC support in rcube_cache git-svn-id: https://svn.roundcube.net/trunk@4785 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/rcmail.php') 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 */ -- cgit v1.2.3