cakephp2-php8/lib/Cake/Test/Case/Cache
mark_story 95737d7adf Fix issue writing to file cache
Reading/writing to the same file cache key multiple times
in a row during a single request would result in failed reads.

Fixes #2114
2011-10-18 21:21:05 -04:00
..
Engine Fix issue writing to file cache 2011-10-18 21:21:05 -04:00
CacheTest.php Removed creation of unneeded file handle object in FileEngine::write(). Added configuration option 'mask' to FileEngine::. Now able to provide a permission mask to create cache files with specific permissions. 2011-10-14 16:47:18 -04:30