File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ these at the :doc:`component documentation </components/cache>`.
2828Configuring Cache with FrameworkBundle
2929--------------------------------------
3030
31- When configuring the the cache component there are a few concepts you should know
31+ When configuring the cache component there are a few concepts you should know
3232of:
3333
3434**Pool **
@@ -398,9 +398,9 @@ Clearing the Cache
398398------------------
399399
400400To clear the cache you can use the ``bin/console cache:pool:clear [pool] `` command.
401- That will remove all the entries from your storage and you wil have to recalcuate
401+ That will remove all the entries from your storage and you wil have to recalculate
402402all values. You can also group your pools into "cache clearers". There are 3 cache
403- clearer by default:
403+ clearers by default:
404404
405405* ``cache.global_clearer ``
406406* ``cache.system_clearer ``
You can’t perform that action at this time.
0 commit comments