Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit544cefe

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

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 isuse for things like annotations, serializer,
45+
``cache.system``. The system cache isused 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 thatcould be configured. The
323+
Some providers have specific options thatcan 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 adaptershas different strengths and weaknesses. Some might be really
400+
Different cache adaptershave 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)

[8]ページ先頭

©2009-2025 Movatter.jp