Skip to content

Commit 1f2d5e8

Browse files
committed
Added feature table
1 parent 1490c7c commit 1f2d5e8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@
22
[![Build Status](https://travis-ci.org/php-cache/array-adapter.svg?branch=master)](https://travis-ci.org/php-cache/array-adapter) [![codecov.io](https://codecov.io/github/php-cache/array-adapter/coverage.svg?branch=master)](https://codecov.io/github/php-cache/array-adapter?branch=master)
33

44
This is a implementation for the PSR-6 for an array cache. This implementation supports tags.
5+
6+
This adapter could also be called Ephemeral or Memory adapter.
7+
8+
9+
| Feature | |
10+
| ------- | - |
11+
| Flush everything | Yes
12+
| Expiration time | No
13+
| Support for tags | Yes

0 commit comments

Comments
 (0)