Commit dbf047b9 by Qiang Xue

Fixes #5309: doc fix [skip ci]

parent 42609dbe
......@@ -47,7 +47,7 @@ if ($this->beginCache($id, ['duration' => 3600])) {
}
```
If the option is not set, it will take the default value 0, which means the cached content will never expire.
If the option is not set, it will take the default value 60, which means the cached content will expire in 60 seconds.
### Dependencies <a name="dependencies"></a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment