Skip to content
README.txt 377 B
Newer Older
To use graceful cache for entire system use the following in your settings file:

Thomas Gielfeldt's avatar
Thomas Gielfeldt committed
Using Cache Backport:
$conf['cache_backends'] = array(
  'sites/all/modules/cache_graceful/cache_graceful.inc',
);

Thomas Gielfeldt's avatar
Thomas Gielfeldt committed
$conf['cache_inc'] = 'sites/all/modules/cache_backport/cache.inc';
$conf['cache_default_class'] = 'GracefulCache';
$conf['graceful_cache_default_class'] = 'DrupalDatabaseCache';