2017 © Pedro Peláez
 

library cache-memcache

Cache interface

image

dc/cache-memcache

Cache interface

  • Monday, January 25, 2016
  • by vegardlarsen
  • Repository
  • 2 Watchers
  • 0 Stars
  • 38 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

DC\Cache - Caching interface, (*1)

Installation

$ composer install dc/cache-memcache

Or add it to composer.json:, (*2)

"require": {
    "dc/cache-memcache": "0.*",
}
$ composer install

Getting started

You'll need to provide a \DC\Cache\Implementations\Memcache\MemcacheConfiguration object when constructing, that will give us the connection options for your memcache session:, (*3)

$cache = new \DC\Cache\Implementations\Memcache\Cache(
  \DC\Cache\Implementations\Memcache\MemcacheConfiguration('localhost', '2209'));

Otherwise, use it according to the interface., (*4)

The Versions

25/01 2016

dev-master

9999999-dev http://github.com/digitalcreations/cache

Cache interface

  Sources   Download

MIT

The Requires

 

cache memcached

27/10 2014

0.2

0.2.0.0 http://github.com/digitalcreations/cache

Cache interface

  Sources   Download

MIT

The Requires

 

cache memcached

13/05 2014

0.1.1

0.1.1.0 http://github.com/digitalcreations/cache

Cache interface

  Sources   Download

MIT

The Requires

 

cache memcached

30/04 2014

0.1

0.1.0.0 http://github.com/digitalcreations/cache

Cache interface

  Sources   Download

MIT

The Requires

 

cache memcached