$memcache
$memcache :
Cache in memory
A special 'cache_memcached_keyprefix' can be set to use one memcached for different applications and avoid conflict.
Example of configuration:
$cfg['cache_engine'] = 'Pluf_Cache_Memcached'; $cfg['cache_timeout'] = 300; $cfg['cache_memcached_keyprefix'] = 'uniqueforapp'; $cfg['cache_memcached_server'] = 'localhost'; $cfg['cache_memcached_port'] = 11211; $cfg['cache_memcached_compress'] = 0; (or MEMCACHE_COMPRESSED)