2017 © Pedro Peláez
 

library cable-caching

Caching library for Cable Framework

image

cable/cable-caching

Caching library for Cable Framework

  • Friday, June 9, 2017
  • by anonymframework
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

Caching

Cache library for Cable Framework, (*1)

memcache


$container = Factory::create(); $container->addProvider(CachingProvider::class); $container->addProvider(MemcacheDriverProvider::class); $cache = Caching::create($container); $memcache = $cache->driver('memcache');

Redis


$container = Factory::create(); $container->addProvider(CachingProvider::class); $container->addProvider(RedisDriverProvider::class); $cache = Caching::create($container); $memcache = $cache->driver('redis');

array


$container = Factory::create(); $container->addProvider(CachingProvider::class); $cache = Caching::create($container); $memcache = $cache->driver('array');

The Versions

09/06 2017

dev-master

9999999-dev

Caching library for Cable Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar anonymframework

09/06 2017

1.1.0

1.1.0.0

Caching library for Cable Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar anonymframework

01/06 2017

1.0.9

1.0.9.0

Caching library for Cable Framework

  Sources   Download

MIT

The Requires

 

by Avatar anonymframework

01/06 2017

1.0.8

1.0.8.0

Caching library for Cable Framework

  Sources   Download

MIT

The Requires

 

by Avatar anonymframework

01/06 2017

1.0.7

1.0.7.0

Caching library for Cable Framework

  Sources   Download

MIT

The Requires

 

by Avatar anonymframework

01/06 2017

1.0.6

1.0.6.0

Caching library for Cable Framework

  Sources   Download

MIT

The Requires

 

by Avatar anonymframework

01/06 2017

1.0.5

1.0.5.0

Caching library for Cable Framework

  Sources   Download

MIT

The Requires

 

by Avatar anonymframework

01/06 2017

1.0.4

1.0.4.0

Caching library for Cable Framework

  Sources   Download

MIT

The Requires

 

by Avatar anonymframework

29/05 2017

1.0.1

1.0.1.0

Caching library for Cable Framework

  Sources   Download

MIT

The Requires

 

by Avatar anonymframework

29/05 2017

1.0.0

1.0.0.0

Caching library for Cable Framework

  Sources   Download

MIT

The Requires

 

by Avatar anonymframework

29/05 2017

1.0.3

1.0.3.0

Caching library for Cable Framework

  Sources   Download

MIT

The Requires

 

by Avatar anonymframework

29/05 2017

1.0.2

1.0.2.0

Caching library for Cable Framework

  Sources   Download

MIT

The Requires

 

by Avatar anonymframework