You are here

settings.d8cache.txt in Pantheon Advanced Page Cache 7

// These lines are copied to settings.php by the set up
// script for automated tests.
$conf['cache_backends'][] = 'sites/all/modules/d8cache/d8cache-ac.cache.inc';
$conf['cache_class_cache_views_data'] = 'D8CacheAttachmentsCollector';
$conf['cache_class_cache_block'] = 'D8CacheAttachmentsCollector';
$conf['cache_class_cache_page'] = 'D8Cache';

File

tests/settings.d8cache.txt
View source
  1. // These lines are copied to settings.php by the set up
  2. // script for automated tests.
  3. $conf['cache_backends'][] = 'sites/all/modules/d8cache/d8cache-ac.cache.inc';
  4. $conf['cache_class_cache_views_data'] = 'D8CacheAttachmentsCollector';
  5. $conf['cache_class_cache_block'] = 'D8CacheAttachmentsCollector';
  6. $conf['cache_class_cache_page'] = 'D8Cache';