You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/components/cache/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
title: Cache - Overview
3
3
---
4
4
5
-
# Cache
6
-
7
5
## Installation
8
6
9
7
```shell
@@ -59,6 +57,8 @@ $pool = new ChainAdapter([
59
57
]);
60
58
```
61
59
62
-
The `ChainAdapter` will read from all pools and return the first result it finds. So in the above example, if the cache item is not found in `ArrayAdapter`, it will look for it in the `ApcuAdapter` pool.
60
+
The `ChainAdapter` will read from all pools and return the first result it
61
+
finds. So in the above example, if the cache item is not found in
62
+
`ArrayAdapter`, it will look for it in the `ApcuAdapter` pool.
63
63
64
64
The `ChainAdapter` will also write to and delete from all pools.
0 commit comments