8000 minor #11386 Update cache.rst (poliveras) · symfony/symfony-docs@544cefe · GitHub
[go: up one dir, main page]

Skip to content

Commit 544cefe

Browse files
committed
minor #11386 Update cache.rst (poliveras)
This PR was merged into the 4.2 branch. Discussion ---------- Update cache.rst Correct language typos <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 35e4bae Update cache.rst
1 parent 1a33132 commit 544cefe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cache.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ of:
4242
provider then a service is automatically created.
4343

4444
There are two pools that are always enabled by default. They are ``cache.app`` and
45-
``cache.system``. The system cache is use for things like annotations, serializer,
45+
``cache.system``. The system cache is used for things like annotations, serializer,
4646
and validation. The ``cache.app`` can be used in your code. You can configure which
4747
adapter (template) they use by using the ``app`` and ``system`` key like:
4848

@@ -320,7 +320,7 @@ For advanced configurations it could sometimes be useful to use a pool as an ada
320320
Custom Provider Options
321321
-----------------------
322322

323-
Some providers have specific options that could be configured. The
323+
Some providers have specific options that can be configured. The
324324
:doc:`RedisAdapter </components/cache/adapters/redis_adapter>` allows you to
325325
create providers with option ``timeout``, ``retry_interval``. etc. To use these
326326
options with non-default values you need to create your own ``\Redis`` provider
@@ -397,7 +397,7 @@ and use that when configuring the pool.
397397
Creating a Cache Chain
398398
----------------------
399399

400-
Different cache adapters has different strengths and weaknesses. Some might be really
400+
Different cache adapters have different strengths and weaknesses. Some might be really
401401
quick but small and some may be able to contain a lot of data but are quite slow.
402402
To get the best of both worlds you may use a chain of adapters. The idea is to
403403
first look at the quick adapter and then move on to slower adapters. In the worst

0 commit comments

Comments
 (0)
0