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 51
51
provider then a service is automatically created.
52
52
53
53
There are two pools that are always enabled by default. They are ``cache.app `` and
54
- ``cache.system ``. The system cache is use for things like annotations, serializer,
54
+ ``cache.system ``. The system cache is used for things like annotations, serializer,
55
55
and validation. The ``cache.app `` can be used in your code. You can configure which
56
56
adapter (template) they use by using the ``app `` and ``system `` key like:
57
57
@@ -329,7 +329,7 @@ For advanced configurations it could sometimes be useful to use a pool as an ada
329
329
Custom Provider Options
330
330
-----------------------
331
331
332
- Some providers have specific options that could be configured. The
332
+ Some providers have specific options that can be configured. The
333
333
:doc: `RedisAdapter </components/cache/adapters/redis_adapter >` allows you to
334
334
create providers with option ``timeout ``, ``retry_interval ``. etc. To use these
335
335
options with non-default values you need to create your own ``\Redis `` provider
@@ -406,7 +406,7 @@ and use that when configuring the pool.
406
406
Creating a Cache Chain
407
407
----------------------
408
408
409
- Different cache adapters has different strengths and weaknesses. Some might be really
409
+ Different cache adapters have different strengths and weaknesses. Some might be really
410
410
quick but small and some may be able to contain a lot of data but are quite slow.
411
411
To get the best of both worlds you may use a chain of adapters. The idea is to
412
412
first look at the quick adapter and then move on to slower adapters. In the worst
You can’t perform that action at this time.
0 commit comments