cakephp2-php8/lib/Cake/Cache/Engine
Rachman Chavik 03e5207aa1 Fix: write() after clearGroup() does not actually write to file
Although clearGroup() does not use $this->_File, it needs to be null-ed
so that subsequent write() call do not see stale object.
2013-04-26 14:43:36 +07:00
..
ApcEngine.php Fix typos 2013-03-05 00:05:14 -07:00
FileEngine.php Fix: write() after clearGroup() does not actually write to file 2013-04-26 14:43:36 +07:00
MemcacheEngine.php Fix typos 2013-03-05 00:05:14 -07:00
RedisEngine.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
WincacheEngine.php Fix typos 2013-03-05 00:05:14 -07:00
XcacheEngine.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00