rhymix/common/framework/drivers/cache
Kijin Sung ea5d955072 Use apcu_* functions for APC cache
PHP 7에서는 apcu 확장모듈이 apc의 기능을 제공합니다.
이 때 apcu_* 함수는 존재하지만, apc_* 함수가 존재한다는 보장은 없습니다.
(리눅스 배포판에 따라서는 apcu-bc 패키지를 추가로 설치해야 합니다.)

라이믹스는 PHP 7만을 타겟으로 하므로, apcu_* 함수를 직접 사용하도록
변경하여 apc_* 함수가 존재하지 않는 경우 오류가 발생하지 않도록 합니다.
2018-12-19 16:52:36 +09:00
..
apc.php Use apcu_* functions for APC cache 2018-12-19 16:52:36 +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 Allow connection to Memcached and Redis via unix socket 2017-09-11 17:33:19 +09:00
redis.php Allow connection to Memcached and Redis via unix socket 2017-09-11 17:33:19 +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