added 'mask' option hint to file cache docblock

This commit is contained in:
0x20h 2012-02-01 20:12:34 +01:00
parent 54869fc965
commit bc8feefc89

View file

@ -37,6 +37,7 @@
* 'prefix' => 'cake_', //[optional] prefix every cache file with this string
* 'lock' => false, //[optional] use file locking
* 'serialize' => true, [optional]
* 'mask' => 0666, // [optional] permission mask to use when creating cache files
* ));
*
* APC (http://pecl.php.net/package/APC)