dev-master
9999999-dev http://github.com/digitalcreations/cacheCache interface
MIT
The Requires
- dc/cache >=0.2
- ext-memcached *
cache memcached
Wallogit.com
2017 © Pedro Peláez
Cache interface
, (*1)
$ composer install dc/cache-memcached
Or add it to composer.json:, (*2)
"require": {
"dc/cache-memcached": "0.*",
}
$ composer install
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)
Cache interface
MIT
cache memcached