From 2be9f457d7ef5abe0442392fa7bb4f6637375af8 Mon Sep 17 00:00:00 2001 From: Jakob Givoni Date: Mon, 10 Feb 2025 16:48:49 +0100 Subject: [PATCH] Update readme.md to suggest Metadata Cache adapter under 3rd party adapters. This metadata cache adapter can be used to improve performance. --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index ab5931e4e..c46554847 100644 --- a/readme.md +++ b/readme.md @@ -47,6 +47,8 @@ for which ever storage is right for you. * **[ReplicateAdapter](https://github.com/ajgarlag/flysystem-replicate)** * **[Uploadcare](https://github.com/vormkracht10/flysystem-uploadcare)** * **[Useful adapters (FallbackAdapter, LogAdapter, ReadWriteAdapter, RetryAdapter)](https://github.com/ElGigi/FlysystemUsefulAdapters)** +* **[Metadata Cache](https://github.com/jgivoni/flysystem-cache-adapter)** + You can always [create an adapter](https://flysystem.thephpleague.com/docs/advanced/creating-an-adapter/) yourself.