summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_cache.php
AgeCommit message (Collapse)Author
2012-04-16- Replace some references to rcmail with rcubealec
git-svn-id: https://svn.roundcube.net/trunk@6092 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-13- Merge devel-framework branch, resolved conflictsalec
git-svn-id: https://svn.roundcube.net/trunk@6073 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-03- Small improvement for handling redundant cache queries (followup to r5303)alec
git-svn-id: https://svn.roundcube.net/trunk@5305 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-03- Fix: skip redundant cache queries when an entry doesn't existalec
git-svn-id: https://svn.roundcube.net/trunk@5303 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-26Add method to remove outdated cache entries from sql DBthomasb
git-svn-id: https://svn.roundcube.net/trunk@5278 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-05- Added lost argument in delete_record() methodalec
git-svn-id: https://svn.roundcube.net/trunk@4909 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-23- Add read/write methods for immediate operations on cache backend (no ↵alec
affect in-memory cache) - Add possibility to disable data serialization in cache git-svn-id: https://svn.roundcube.net/trunk@4803 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-23- Add TTL parameter to rcube_cache class (and rcmail::get_cache method)alec
git-svn-id: https://svn.roundcube.net/trunk@4801 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-21- Use index record for memcache/apc engine, don't load the whole cache into ↵alec
memory git-svn-id: https://svn.roundcube.net/trunk@4798 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20- Re-designed cache, fixes memcache/apc issuesalec
git-svn-id: https://svn.roundcube.net/trunk@4794 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20- Fix error when rcube_cache::remove() was used in pattern modealec
git-svn-id: https://svn.roundcube.net/trunk@4791 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-18- Add APC support in rcube_cachealec
git-svn-id: https://svn.roundcube.net/trunk@4785 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-18- Make memcached cache not system-widealec
git-svn-id: https://svn.roundcube.net/trunk@4784 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-18- Added general rcube_cache class with memcache support ↵alec
- Improved caching performance by skipping writes of unchanged data - Option enable_caching replaced by imap_cache and messages_cache options git-svn-id: https://svn.roundcube.net/trunk@4783 208e9e7b-5314-0410-a742-e7e81cd9613c