Skip to content

Commit 41d00b6

Browse files
committed
Added feature table
1 parent 730adf5 commit 41d00b6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Filesystem PSR-6 adapter
22
[![Build Status](https://travis-ci.org/php-cache/filesystem-adapter.svg?branch=master)](https://travis-ci.org/php-cache/filesystem-adapter) [![codecov.io](https://codecov.io/github/php-cache/filesystem-adapter/coverage.svg?branch=master)](https://codecov.io/github/php-cache/filesystem-adapter?branch=master)
33

4-
This is a implementation for the PSR-6 for an filesystem cache. This implementation supports tags.
4+
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

Comments
 (0)