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 5151 provider then a service is automatically created.
5252
5353There 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,
5555and validation. The ``cache.app `` can be used in your code. You can configure which
5656adapter (template) they use by using the ``app `` and ``system `` key like:
5757
@@ -329,7 +329,7 @@ For advanced configurations it could sometimes be useful to use a pool as an ada
329329 Custom Provider Options
330330-----------------------
331331
332- Some providers have specific options that could be configured. The
332+ Some providers have specific options that can be configured. The
333333:doc: `RedisAdapter </components/cache/adapters/redis_adapter >` allows you to
334334create providers with option ``timeout ``, ``retry_interval ``. etc. To use these
335335options with non-default values you need to create your own ``\Redis `` provider
@@ -406,7 +406,7 @@ and use that when configuring the pool.
406406 Creating a Cache Chain
407407----------------------
408408
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
410410quick but small and some may be able to contain a lot of data but are quite slow.
411411To get the best of both worlds you may use a chain of adapters. The idea is to
412412first 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