Commit Graph

12 Commits

Author SHA1 Message Date
alecpl
130cdcf7d0 - Small improvement for handling redundant cache queries (followup to r5303) 2011-10-03 18:04:14 +00:00
alecpl
03079a5a51 - Fix: skip redundant cache queries when an entry doesn't exist 2011-10-03 17:52:35 +00:00
thomascube
feb3783de7 Add method to remove outdated cache entries from sql DB 2011-09-26 06:28:01 +00:00
alecpl
9d195d6e82 - Added lost argument in delete_record() method 2011-07-05 17:09:25 +00:00
alecpl
c9f4e9bc65 - Add read/write methods for immediate operations on cache backend (no affect in-memory cache)
- Add possibility to disable data serialization in cache
2011-05-23 13:42:55 +00:00
alecpl
7ad8e2c318 - Add TTL parameter to rcube_cache class (and rcmail::get_cache method) 2011-05-23 09:34:57 +00:00
alecpl
b9e42ecb46 - Use index record for memcache/apc engine, don't load the whole cache into memory 2011-05-21 18:04:09 +00:00
alecpl
ccc059fd70 - Re-designed cache, fixes memcache/apc issues 2011-05-20 13:48:45 +00:00
alecpl
7786ba1adb - Fix error when rcube_cache::remove() was used in pattern mode 2011-05-20 08:00:40 +00:00
alecpl
8edb3d9405 - Add APC support in rcube_cache 2011-05-18 12:37:00 +00:00
alecpl
b5f836e4af - Make memcached cache not system-wide 2011-05-18 12:10:27 +00:00
alecpl
5cf5ee66c1 - Added general rcube_cache class with memcache support
- Improved caching performance by skipping writes of unchanged data                                                                       
- Option enable_caching replaced by imap_cache and messages_cache options
2011-05-18 11:48:47 +00:00