2017 © Pedro Peláez
 

library chain-adapter

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

image

cache/chain-adapter

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

  • Wednesday, June 6, 2018
  • by Nyholm
  • Repository
  • 3 Watchers
  • 5 Stars
  • 53,144 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 9 Versions
  • 12 % Grown

The README.md

PSR-6 Cache pool chain

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

This is a PSR-6 cache implementation using a chain of other PSR-6 cache pools. 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/chain-adapter

Use

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

$redisPool = new RedisCachePool($redisClient);
$apcPool = new ApcCachePool();
$pool = new CachePoolChain([$apcPool, $redisPool]);

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 chain. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache chain tag psr-6

17/07 2017
27/04 2017

0.5.1

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

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

  Sources   Download

MIT

The Requires

 

The Development Requires

cache chain tag psr-6

13/03 2017

0.5.0

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

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

  Sources   Download

MIT

The Requires

 

The Development Requires

cache chain tag psr-6

25/02 2016
05/02 2016