rhymix/common/framework/drivers/cache
Kijin Sung f46d6a542a Fix #641 improve reliability of SQLite cache driver
- Disable on Windows
- Explicitly set busy timeout to 0.25 second
- Return appropriate error result on query error
- Use transaction on incr/decr
2016-12-15 00:22:15 +09:00
..
apc.php Make all cache drivers singleton instances 2016-04-24 16:30:20 +09:00
dummy.php Make all cache drivers singleton instances 2016-04-24 16:30:20 +09:00
file.php Fix #475, Fix #484, not clearing cache group if dummy driver is used 2016-05-05 15:39:15 +09:00
memcached.php Make all cache drivers singleton instances 2016-04-24 16:30:20 +09:00
redis.php Fix #621 incorrect incr/decr of key group versions in Redis cache 2016-10-27 21:53:59 +09:00
sqlite.php Fix #641 improve reliability of SQLite cache driver 2016-12-15 00:22:15 +09:00
wincache.php Make all cache drivers singleton instances 2016-04-24 16:30:20 +09:00
xcache.php Make all cache drivers singleton instances 2016-04-24 16:30:20 +09:00