mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
fixed typo
This commit is contained in:
parent
bc8feefc89
commit
162b77310c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
* 'path' => CACHE, //[optional] use system tmp directory - remember to use absolute path
|
* 'path' => CACHE, //[optional] use system tmp directory - remember to use absolute path
|
||||||
* 'prefix' => 'cake_', //[optional] prefix every cache file with this string
|
* 'prefix' => 'cake_', //[optional] prefix every cache file with this string
|
||||||
* 'lock' => false, //[optional] use file locking
|
* 'lock' => false, //[optional] use file locking
|
||||||
* 'serialize' => true, [optional]
|
* 'serialize' => true, // [optional]
|
||||||
* 'mask' => 0666, // [optional] permission mask to use when creating cache files
|
* 'mask' => 0666, // [optional] permission mask to use when creating cache files
|
||||||
* ));
|
* ));
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue