Elgg  Version 2.3
Variables
memcache.php File Reference

Go to the source code of this file.

Variables

 $servers = elgg_get_config('memcache_servers')
 Memcache info. More...
 
if(!elgg_get_config('memcache')||empty($servers)||!is_memcache_available()) if(class_exists('Memcached')) else
 

Variable Documentation

$servers = elgg_get_config('memcache_servers')

Memcache info.

Definition at line 5 of file memcache.php.

foreach ($servers as $server) if ($memcache instanceof Memcache) else
Initial value:
{
$memcache = new Memcache()

Definition at line 13 of file memcache.php.