2017 © Pedro Peláez
 

library void-adapter

A PSR-6 cache implementation using Void. This implementation supports tags

image

cache/void-adapter

A PSR-6 cache implementation using Void. This implementation supports tags

  • Wednesday, June 6, 2018
  • by Nyholm
  • Repository
  • 3 Watchers
  • 4 Stars
  • 271,720 Installations
  • PHP
  • 31 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 8 Versions
  • 16 % Grown

The README.md

Void PSR-6 Cache pool

Gitter Latest Stable Version codecov.io Total Downloads Monthly Downloads Software License, (*1)

This is a void implementation of a PSR-6 cache. Other names for this adapter could be Blackhole or Null apdapter. This adapter does not save anything and will always return an empty CacheItem. It is a part of the PHP Cache organisation. To read about features like tagging and hierarchy support please read the shared documentation at www.php-cache.com., (*2)

Install

composer require cache/void-adapter

Use

You do not need to do any configuration to use the VoidCachePool., (*3)

$pool = new VoidCachePool();

Contribute

Contributions are very welcome! Send a pull request to the main repository or report any issues you find on the issue tracker., (*4)

The Versions

06/06 2018

dev-master

9999999-dev http://www.php-cache.com/en/latest/

A PSR-6 cache implementation using Void. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache tag psr-6 void

16/07 2017

1.0.0

1.0.0.0 http://www.php-cache.com/en/latest/

A PSR-6 cache implementation using Void. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache tag psr-6 void

28/03 2017

0.4.1

0.4.1.0 http://www.php-cache.com/en/latest/

A PSR-6 cache implementation using Void. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache tag psr-6 void

13/03 2017

0.4.0

0.4.0.0 http://www.php-cache.com/en/latest/

A PSR-6 cache implementation using Void. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache tag psr-6 void

07/08 2016

0.3.1

0.3.1.0 http://www.php-cache.com/en/latest/

A PSR-6 cache implementation using Void. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache tag psr-6 void

28/02 2016

0.3.0

0.3.0.0 http://www.php-cache.com/en/latest/

A PSR-6 cache implementation using Void. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache tag psr-6 void

25/01 2016

0.2.0

0.2.0.0 https://github.com/php-cache/void-adapter

A PSR-6 cache implementation using Void. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache tag psr-6 void

07/01 2016

0.1.0

0.1.0.0 https://github.com/php-cache/void-adapter

A PSR-6 cache implementation using Void. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache tag psr-6 void