summaryrefslogtreecommitdiff
path: root/program/include/rcube_cache.php
AgeCommit message (Expand)Author
2012-08-09- Fix (workaround) delete operations with some versions of memcache (#1488592)Aleksander Machniak
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2011-10-03- Small improvement for handling redundant cache queries (followup to r5303)alecpl
2011-10-03- Fix: skip redundant cache queries when an entry doesn't existalecpl
2011-09-26Add method to remove outdated cache entries from sql DBthomascube
2011-07-05- Added lost argument in delete_record() methodalecpl
2011-05-23- Add read/write methods for immediate operations on cache backend (no affect...alecpl
2011-05-23- Add TTL parameter to rcube_cache class (and rcmail::get_cache method)alecpl
2011-05-21- Use index record for memcache/apc engine, don't load the whole cache into m...alecpl
2011-05-20- Re-designed cache, fixes memcache/apc issuesalecpl
2011-05-20- Fix error when rcube_cache::remove() was used in pattern modealecpl
2011-05-18- Add APC support in rcube_cachealecpl
2011-05-18- Make memcached cache not system-widealecpl
2011-05-18- Added general rcube_cache class with memcache support ...alecpl