Good PHP Memcached Class: http://code.google.com/p/memcachemanager/
Supports key tagging and has great documentation. Class also generates memory usages reports, which have come in very handy.
This page has been particularly helpful as it covers in plain English what all the memcached variables mean, and what they do.
http://code.google.com/p/memcachemanager/wiki/Definitions
More Memcached documentation found here:
http://code.google.com/p/memcached/
Introdução
» memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
This extension uses libmemcached library to provide API for communicating with memcached servers. It also provides a session handler (memcached).
Information about libmemcached can be found at » http://libmemcached.org/libMemcached.html.
User Contributed Notes
Introdução
Introdução
manifestinteractive at gmail dot com
05-Dec-2009 05:40
05-Dec-2009 05:40

Memcached