Aleksander Machniak
|
413df054ad
|
CS fixes (mostly tab -> spaces)
|
12 years ago |
Aleksander Machniak
|
23557f06d1
|
- Fix (workaround) delete operations with some versions of memcache (#1488592)
|
12 years ago |
Aleksander Machniak
|
de56ea1909
|
Merge branch 'pdo'
Conflicts:
CHANGELOG
|
12 years ago |
Aleksander Machniak
|
83121ece33
|
- Removed redundant cache.cache_id column (#1488528)
|
12 years ago |
Aleksander Machniak
|
0d94fd45f4
|
New database layer based on PHP PDO
|
13 years ago |
Aleksander Machniak
|
041c93ce0b
|
Removed $Id$
|
13 years ago |
alecpl
|
5d66a4bcf3
|
- Improved ttl values handling
|
13 years ago |
alecpl
|
be98dfc2c0
|
- Replace some references to rcmail with rcube
|
13 years ago |
alecpl
|
0c259682f6
|
- Merge devel-framework branch, resolved conflicts
|
13 years ago |
thomascube
|
7fe3811c65
|
Changed license to GNU GPLv3+ with exceptions for skins and plugins
|
13 years ago |
alecpl
|
130cdcf7d0
|
- Small improvement for handling redundant cache queries (followup to r5303)
|
13 years ago |
alecpl
|
03079a5a51
|
- Fix: skip redundant cache queries when an entry doesn't exist
|
13 years ago |
thomascube
|
feb3783de7
|
Add method to remove outdated cache entries from sql DB
|
13 years ago |
alecpl
|
9d195d6e82
|
- Added lost argument in delete_record() method
|
14 years ago |
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
|
14 years ago |
alecpl
|
7ad8e2c318
|
- Add TTL parameter to rcube_cache class (and rcmail::get_cache method)
|
14 years ago |
alecpl
|
b9e42ecb46
|
- Use index record for memcache/apc engine, don't load the whole cache into memory
|
14 years ago |
alecpl
|
ccc059fd70
|
- Re-designed cache, fixes memcache/apc issues
|
14 years ago |
alecpl
|
7786ba1adb
|
- Fix error when rcube_cache::remove() was used in pattern mode
|
14 years ago |
alecpl
|
8edb3d9405
|
- Add APC support in rcube_cache
|
14 years ago |
alecpl
|
b5f836e4af
|
- Make memcached cache not system-wide
|
14 years ago |
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
|
14 years ago |