Skip to content

Commit

Permalink
added 'mask' option hint to file cache docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
0x20h committed Feb 1, 2012
1 parent 54869fc commit bc8feef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Config/bootstrap.php
Expand Up @@ -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)
Expand Down

0 comments on commit bc8feef

Please sign in to comment.