Commit 10d617a9 by Qiang Xue

typo fix [skip ci]

parent a3e2b94a
...@@ -277,7 +277,7 @@ Query caching has three global configurable options through [[yii\db\Connection] ...@@ -277,7 +277,7 @@ Query caching has three global configurable options through [[yii\db\Connection]
It defaults to `'cache'`. Query caching is enabled only if there is a valid cache application component. It defaults to `'cache'`. Query caching is enabled only if there is a valid cache application component.
### Usages <<a name="query-caching-usages"></a> ### Usages <a name="query-caching-usages"></a>
You can use [[yii\db\Connection::cache()]] if you have multiple SQL queries that need to take advantage of You can use [[yii\db\Connection::cache()]] if you have multiple SQL queries that need to take advantage of
query caching. The usage is as follows, query caching. The usage is as follows,
......
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