We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730adf5 commit 41d00b6Copy full SHA for 41d00b6
README.md
@@ -1,4 +1,11 @@
1
# Filesystem PSR-6 adapter
2
[](https://travis-ci.org/php-cache/filesystem-adapter) [](https://codecov.io/github/php-cache/filesystem-adapter?branch=master)
3
4
-This is a implementation for the PSR-6 for an filesystem cache. This implementation supports tags.
+This is a implementation for the PSR-6 for a filesystem cache. This implementation supports tags. This adapter
5
+required [Flysystem](http://flysystem.thephpleague.com/).
6
+
7
+| Feature | |
8
+| ------- | - |
9
+| Flush everything | Yes
10
+| Expiration time | Yes
11
+| Support for tags | Yes
0 commit comments