From 5ae1821d3886efa12bf9935dd6939dfd188e838c Mon Sep 17 00:00:00 2001 From: Alexandru Ungureanu Date: Tue, 21 Jul 2020 09:38:15 +0300 Subject: [PATCH] Added note on FS adapter not being supported --- docs/doctrine-bridge.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/doctrine-bridge.md b/docs/doctrine-bridge.md index 8883bd4..3a68bbb 100644 --- a/docs/doctrine-bridge.md +++ b/docs/doctrine-bridge.md @@ -2,7 +2,10 @@ This library provides a PSR-6 compliant bridge between Doctrine and a Cache Pool. The bridge implements the `Doctrine\Common\Cache\Cache` interface. This is useful for projects that require an implementation of -`Doctrine\Common\Cache\Cache`, but when you still want to use a PSR-6 implementation. +`Doctrine\Common\Cache\Cache`, but when you still want to use a PSR-6 implementation. + +!!! Note +The filesystem adapter is not supported. ## Installation