cakephp2-php8/lib/Cake/Cache/Engine
Thomas Ploch 0a70963a74 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.
Set '0664' as default value for the 'mask' setting in FileEngine::. Adjusted corresponding test cases.
Added new warning if the file could not be opened for writing.
2011-10-14 16:47:18 -04:30
..
ApcEngine.php Adding prefix based cache clearning to Wincache. 2011-08-20 09:27:33 -04:00
FileEngine.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
MemcacheEngine.php Merge branch '1.3' into merger 2011-09-18 12:09:04 -04:00
WincacheEngine.php Merge branch '2.0-api-doc' into 2.0 2011-08-26 20:22:26 -04:00
XcacheEngine.php Changed the visibility to methods that not affect others classes. 2011-08-20 01:39:30 -04:00