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 (
Expand
)
Author
2012-01-18
Changed license to GNU GPLv3+ with exceptions for skins and plugins
thomascube
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 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 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