We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb70a36 commit 5bea1e6Copy full SHA for 5bea1e6
components/cache/adapters/chain_adapter.rst
@@ -10,7 +10,7 @@ Chain Cache Adapter
10
This adapter allows combining any number of the other
11
:ref:`available cache adapters <component-cache-creating-cache-pools>`. Cache items are
12
fetched from the first adapter containing them and cache items are saved to all the
13
-given adapters. This exposes a simple and efficient method for creating a layeted cache.
+given adapters. This exposes a simple and efficient method for creating a layered cache.
14
15
The ChainAdapter must be provided an array of adapters and optionally a maximum cache
16
lifetime as its constructor arguments::
0 commit comments