2017 © Pedro Peláez
 

library cache-memcached

Cache interface

image

dc/cache-memcached

Cache interface

  • Sunday, January 10, 2016
  • by vegardlarsen
  • Repository
  • 2 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DC\Cache - Caching interface, (*1)

Installation

$ composer install dc/cache-memcached

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

"require": {
    "dc/cache-memcached": "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 memcached session:, (*3)

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

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

The Versions

10/01 2016

dev-master

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

Cache interface

  Sources   Download

MIT

The Requires

 

cache memcached