Skip to content

[Cache] Fixed typos #11351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ these at the :doc:`component documentation </components/cache>`.
Configuring Cache with FrameworkBundle
--------------------------------------

When configuring the the cache component there are a few concepts you should know
When configuring the cache component there are a few concepts you should know
of:

**Pool**
Expand Down Expand Up @@ -398,9 +398,9 @@ Clearing the Cache
------------------

To clear the cache you can use the ``bin/console cache:pool:clear [pool]`` command.
That will remove all the entries from your storage and you wil have to recalcuate
That will remove all the entries from your storage and you wil have to recalculate
all values. You can also group your pools into "cache clearers". There are 3 cache
clearer by default:
clearers by default:

* ``cache.global_clearer``
* ``cache.system_clearer``
Expand Down