mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
added 'mask' option hint to file cache docblock
This commit is contained in:
parent
54869fc965
commit
bc8feefc89
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue