diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-18 12:37:00 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-18 12:37:00 +0000 |
| commit | fc3bb8bc7542fca3752c8001a25e4e704a1cecbb (patch) | |
| tree | ced23edd62a459b58bac270e9e7285435b03bfbe /roundcubemail/program/include/rcmail.php | |
| parent | 9b89dcb37c5972d8dfd56fb696feea29c2e10bb6 (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.php | 2 |
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 */ |
