Skip to content

Commit 5fb4242

Browse files
committed
Updated all the readmes to be coherent
1 parent 459d0d4 commit 5fb4242

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
1-
# Void PSR-6 Cache pool
2-
[![Latest Stable Version](https://poser.pugx.org/cache/void-adapter/v/stable)](https://packagist.org/packages/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) [![Build Status](https://travis-ci.org/php-cache/void-adapter.svg?branch=master)](https://travis-ci.org/php-cache/void-adapter) [![Total Downloads](https://poser.pugx.org/cache/void-adapter/downloads)](https://packagist.org/packages/cache/void-adapter) [![Monthly Downloads](https://poser.pugx.org/cache/void-adapter/d/monthly.png)](https://packagist.org/packages/cache/void-adapter) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
3-
4-
This is a void implementation of a PSR-6 cache. Other names for this adapter could be Blackhole or Null. This adapter does not save anything and will always return an empty CacheItem. It is a part of the PHP Cache organization. To read about features like tagging and hierarchy support please read the shared documentation at [www.php-cache.com](www.php-cache.com.
1+
# Void PSR-6 Cache pool
2+
[![Gitter](https://badges.gitter.im/php-cache/cache.svg)](https://gitter.im/php-cache/cache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
3+
[![Latest Stable Version](https://poser.pugx.org/cache/void-adapter/v/stable)](https://packagist.org/packages/cache/void-adapter)
4+
[![Total Downloads](https://poser.pugx.org/cache/void-adapter/downloads)](https://packagist.org/packages/cache/void-adapter)
5+
[![Monthly Downloads](https://poser.pugx.org/cache/void-adapter/d/monthly.png)](https://packagist.org/packages/cache/void-adapter)
6+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
7+
8+
This is a void implementation of a PSR-6 cache. Other names for this adapter could be Blackhole or Null apdapter.
9+
This adapter does not save anything and will always return an empty CacheItem. It is a part of the PHP Cache
10+
organisation. To read about features like tagging and hierarchy support please read the
11+
shared documentation at [www.php-cache.com](http://www.php-cache.com).
512

613
### Install
714

815
```bash
916
composer require cache/void-adapter
1017
```
1118

12-
### Configure
19+
### Use
1320

1421
You do not need to do any configuration to use the `VoidCachePool`.
1522

16-
### Usage
17-
1823
```php
19-
use Cache\Adapter\Void\VoidCachePool;
20-
2124
$pool = new VoidCachePool();
2225
```
2326

2427
### Contribute
2528

26-
Contributions are very welcome! Send us a pull request or report any issues you find on the [issue tracker](http://issues.php-cache.com).
29+
Contributions are very welcome! Send a pull request to the [main repository](https://github.com/php-cache/cache) or
30+
report any issues you find on the [issue tracker](http://issues.php-cache.com).

0 commit comments

Comments
 (0)