cakephp2-php8/lib/Cake/Test/Case/Cache
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
..
Engine
CacheTest.php