summaryrefslogtreecommitdiff
path: root/program/include/rcube_cache.php
AgeCommit message (Expand)Author
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak
2012-11-17Define @package and @subpackage of Framework classesAleksander Machniak
2012-08-12CS fixes (mostly tab -> spaces)Aleksander Machniak
2012-08-09- Fix (workaround) delete operations with some versions of memcache (#1488592)Aleksander Machniak
2012-08-08Merge branch 'pdo'Aleksander Machniak
2012-08-06- Removed redundant cache.cache_id column (#1488528)Aleksander Machniak
2012-06-19New database layer based on PHP PDOAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-04-19- Improved ttl values handlingalecpl
2012-04-16- Replace some references to rcmail with rcubealecpl
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl
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