Skip to content

Instantly share code, notes, and snippets.

@rom3r4
Created May 27, 2014 10:26
Show Gist options
  • Save rom3r4/cd4dd18b781bdd097fad to your computer and use it in GitHub Desktop.
Save rom3r4/cd4dd18b781bdd097fad to your computer and use it in GitHub Desktop.
drupal settings.php memcache
$conf['cache_backends'][] = 'sites/all/modules/memcache/memcache.inc';
$conf['cache_default_class'] = 'MemCacheDrupal';
$conf['cache_class_cache_form'] = 'DrupalDatabaseCache';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment