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>`.
28
28
Configuring Cache with FrameworkBundle
29
29
--------------------------------------
30
30
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
32
32
of:
33
33
34
34
**Pool **
@@ -398,9 +398,9 @@ Clearing the Cache
398
398
------------------
399
399
400
400
To 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
402
402
all values. You can also group your pools into "cache clearers". There are 3 cache
403
- clearer by default:
403
+ clearers by default:
404
404
405
405
* ``cache.global_clearer ``
406
406
* ``cache.system_clearer ``
You can’t perform that action at this time.
0 commit comments