index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
include
/
rcube_cache.php
Age
Commit message (
Collapse
)
Author
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 exist
alecpl
2011-09-26
Add method to remove outdated cache entries from sql DB
thomascube
2011-07-05
- Added lost argument in delete_record() method
alecpl
2011-05-23
- Add read/write methods for immediate operations on cache backend (no ↵
alecpl
affect in-memory cache) - Add possibility to disable data serialization in cache
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 ↵
alecpl
memory
2011-05-20
- Re-designed cache, fixes memcache/apc issues
alecpl
2011-05-20
- Fix error when rcube_cache::remove() was used in pattern mode
alecpl
2011-05-18
- Add APC support in rcube_cache
alecpl
2011-05-18
- Make memcached cache not system-wide
alecpl
2011-05-18
- Added general rcube_cache class with memcache support ↵
alecpl
- Improved caching performance by skipping writes of unchanged data - Option enable_caching replaced by imap_cache and messages_cache options