mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixed docblock. Closes #2193
This commit is contained in:
parent
f3b667de03
commit
df523ded7c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class FileEngine extends CacheEngine {
|
|||
*
|
||||
* - path = absolute path to cache directory, default => CACHE
|
||||
* - prefix = string prefix for filename, default => cake_
|
||||
* - lock = enable file locking on write, default => false
|
||||
* - lock = enable file locking on write, default => true
|
||||
* - serialize = serialize the data, default => true
|
||||
*
|
||||
* @var array
|
||||
|
|
Loading…
Add table
Reference in a new issue