File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Data Caching
2
2
============
3
3
4
- Data caching is about storing some PHP variable in cache and retrieving it later from cache.
4
+ Data caching is about storing some PHP variables in cache and retrieving it later from cache.
5
5
It is also the foundation for more advanced caching features, such as [ query caching] ( #query-caching )
6
6
and [ page caching] ( caching-page.md ) .
7
7
@@ -283,7 +283,7 @@ You can flush the cache from the console by calling `yii cache/flush` as well.
283
283
names separated with space)
284
284
- ` yii cache/flush-all ` : flushes all cache components in the application
285
285
286
- > Info: Console application uses separate configuration file be default. Ensure, that you have the same caching
286
+ > Info: Console application uses a separate configuration file by default. Ensure, that you have the same caching
287
287
components in your web and console application configs to reach the proper effect.
288
288
289
289
You can’t perform that action at this time.
0 commit comments