2017 © Pedro Peláez
 

library prefixed-cache

A decorator that makes your cache support prefix

image

cache/prefixed-cache

A decorator that makes your cache support prefix

  • Wednesday, June 6, 2018
  • by Nyholm
  • Repository
  • 3 Watchers
  • 1 Stars
  • 13,936 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 81 % Grown

The README.md

Prefixed PSR-6 cache pool

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

This is a decorator for a PSR-6 cache. It will allow you to prefix all cache items with a predefined key., (*2)

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., (*3)

Install

composer require cache/prefixed-cache

Use

$anyPSR6Pool = new RedisCachePool($client);
$prefixedPool = new PrefixedCachePool($anyPSR6Pool, 'acme');

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 decorator that makes your cache support prefix

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 prefix

17/07 2017

1.0.0

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

A decorator that makes your cache support prefix

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 prefix

28/03 2017

0.1.2

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

A decorator that makes your cache support prefix

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 prefix

13/03 2017

0.1.1

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

A decorator that makes your cache support prefix

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 prefix

17/10 2016

0.1.0

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

A decorator that makes your cache support prefix

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 prefix