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/rcube_imap.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/rcube_imap.php')
| -rw-r--r-- | roundcubemail/program/include/rcube_imap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_imap.php b/roundcubemail/program/include/rcube_imap.php index 413a67253..882834ec8 100644 --- a/roundcubemail/program/include/rcube_imap.php +++ b/roundcubemail/program/include/rcube_imap.php @@ -3738,7 +3738,7 @@ class rcube_imap /** * Enable or disable indexes caching * - * @param boolean $type Cache type (memcache' or 'db') + * @param boolean $type Cache type (@see rcmail::get_cache) * @access public */ function set_caching($type) |
