2017 © Pedro Peláez
 

library phpmcached

PHP Memcached adapter with cache groups

image

netzdenke/phpmcached

PHP Memcached adapter with cache groups

  • Monday, September 21, 2015
  • by ch-herden
  • Repository
  • 1 Watchers
  • 0 Stars
  • 113 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

PHPMCached

Latest Stable Version License, (*1)

PHPMCached is a PHP Memcached adapter with support for cache groups., (*2)

Requirements

  • PHP 5.3 or later
  • PHP Memcached extension

Usage

Install the latest version with composer require netzdenke/phpmcached, (*3)

<?php

$cache = \PHPMCached\PHPMCached::getInstance('application_name');
$cache->addServer('127.0.0.1');
$cacheKey = $cache->getCacheKey('foo');

$cache->set($cacheKey, 'value', 'cache_group', \PHPMCached\PHPMCached::EXPIRATION_HOUR);

$value = $cache->get($cacheKey);

$cache->deleteCacheGroup('cache_group');

License

PHPMCached is licensed under the MIT License - see the LICENSE file for details, (*4)

The Versions

21/09 2015

dev-master

9999999-dev http://github.com/Netzdenke/PHPMCached

PHP Memcached adapter with cache groups

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

cache memcached

21/09 2015

v1.1.0

1.1.0.0 http://github.com/Netzdenke/PHPMCached

PHP Memcached adapter with cache groups

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

cache memcached

10/01 2015

v1.0.1

1.0.1.0 http://github.com/Netzdenke/PHPMCached

PHP Memcached adapter with cache groups

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

cache memcached

29/12 2014

v1.0.0

1.0.0.0 http://github.com/Netzdenke/PHPMCached

PHP Memcached adapter with cache groups

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

cache memcached