2017 © Pedro Peláez
 

library namespaced-cache

A decorator that makes your cache support namespaces

image

cache/namespaced-cache

A decorator that makes your cache support namespaces

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

The README.md

Namespaced 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 hierarchical cache. It will allow you to use namespaces., (*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/namespaced-cache

Use

$hierarchyPool = new RedisCachePool($client);
$namespacedPool = new NamespacedCachePool($hierarchyPool, '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 namespaces

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 namespace

16/07 2017

1.0.0

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

A decorator that makes your cache support namespaces

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 namespace

18/03 2017

0.1.3

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

A decorator that makes your cache support namespaces

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 namespace

13/03 2017

0.1.2

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

A decorator that makes your cache support namespaces

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 namespace

07/08 2016

0.1.1

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

A decorator that makes your cache support namespaces

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 namespace

28/02 2016

0.1.0

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

A decorator that makes your cache support namespaces

  Sources   Download

MIT

The Requires

 

The Development Requires

cache psr-6 namespace