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: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,17 @@ $loop->run();
53
53
If the first call returns before the second, only one query will be executed.
54
54
The second result will be served from cache.
55
55
56
+
### Custom cache adapter
57
+
58
+
You can also specify a cache that [implements](https://github.com/reactphp/react/wiki/Users#cache-implmentations)[`CacheInterface`](https://github.com/reactphp/cache) to handle the record cache instead of the default in memory cache.
0 commit comments