2017 © Pedro Peláez
 

library cache

Library for quick and easy caching. Supports multiple drivers. [DEPRECATED]

image

treehouselabs/cache

Library for quick and easy caching. Supports multiple drivers. [DEPRECATED]

  • Thursday, January 12, 2017
  • by pkruithof
  • Repository
  • 10 Watchers
  • 1 Stars
  • 44,295 Installations
  • PHP
  • 2 Dependents
  • 1 Suggesters
  • 3 Forks
  • 0 Open issues
  • 9 Versions
  • 4 % Grown

The README.md

This package is DEPRECATED use a PSR-6 solution like https://github.com/php-cache/cache, (*1)

Cache

Library for quick and easy caching. Supports multiple drivers., (*2)

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score, (*3)

Installation

composer require treehouselabs/cache:^2.0

Usage

$driver = new RedisDriver($redis);
$serializer = new JsonSerializer();
$cache = new Cache($driver, $serializer);

$cache->set('foo', 'bar', 60);
$cache->get('foo');
$cache->has('foo');
$cache->remove('foo');

The Versions

12/01 2017

dev-master

9999999-dev

Library for quick and easy caching. Supports multiple drivers. [DEPRECATED]

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

cache

12/01 2017

v2.0.1

2.0.1.0

Library for quick and easy caching. Supports multiple drivers. [DEPRECATED]

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

cache

31/03 2016

v2.0.0

2.0.0.0

Library for quick and easy caching. Supports multiple drivers.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

cache

16/09 2015

v1.3.1

1.3.1.0

Library for quick and easy caching. Supports multiple drivers.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

cache

16/09 2015

v1.3.0

1.3.0.0

Library for quick and easy caching. Supports multiple drivers.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

cache

28/07 2015

v1.2.1

1.2.1.0

Library for quick and easy caching. Supports multiple drivers.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

cache

09/05 2015

v1.2.0

1.2.0.0

Library for quick and easy caching. Supports multiple drivers.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

cache

22/05 2014

v1.1.0

1.1.0.0

Library for quick and easy caching. Supports multiple drivers.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

cache

02/05 2014

v1.0.0

1.0.0.0

Library for quick and easy caching. Supports multiple drivers.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

cache