Skip to content

This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcached Pecl package must be enabled.

Notifications You must be signed in to change notification settings

thecodingmachine/utils.cache.memcached-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mouf Memcached cache service

This package contains an implementation of Mouf's CacheInterface for Memcache, using the memcached pecl package. To learn more about the cache interface, please see the cache system documentation.

This package comes with a default installer that will create a "memcacheCacheService" instance that points to a Memcache server on 127.0.0.1 listening on port 11211.

To use it:

Mouf::getMemcacheCacheService()->set('mykey', 'myvalue');

$mykey = Mouf::getMemcacheCacheService()->get('mykey');

About

This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcached Pecl package must be enabled.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages