We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb5f58 commit c3d70dcCopy full SHA for c3d70dc
README.md
@@ -1,4 +1,11 @@
1
# Void PSR-6 adapter
2
[](https://travis-ci.org/php-cache/void-adapter) [](https://codecov.io/github/php-cache/void-adapter?branch=master)
3
4
-This is a implementation for the PSR-6 for Void cache. This implementation supports tags.
+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