Skip to content

Commit c3d70dc

Browse files
committed
Added feature table
1 parent 6eb5f58 commit c3d70dc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

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

4-
This is a implementation for the PSR-6 for Void cache. This implementation supports tags.
4+
This is a void implementation of PSR-6. Other names for this adapter could be Blackhole or Null. This
5+
adapter does not save anything and will always return an empty CacheItem.
6+
7+
| Feature | |
8+
| ------- | - |
9+
| Flush everything | No
10+
| Expiration time | No
11+
| Support for tags | No

0 commit comments

Comments
 (0)