Project

General

Profile

Bug #24216 ยป 16582.diff

Administrator Admin, 2010-11-26 21:30

View differences:

t3lib/config_default.php (working copy)
'tagsTable' => 'cachingframework_cache_pagesection_tags',
)
)
/*
For memcached, use:
=============
'cache_pages' => array(
'backend' => 't3lib_cache_backend_MemcachedBackend',
'options' => array(
'servers' => array('localhost:11211', 'otherhost:11211', 'thirdhost:11211'), // port is mandatory!
)
),
=============
You need to have memcached installed as a daemon and also as a PHP extension!
*/
)
),
'useCachingFramework' => FALSE, // Boolean: Enable this if you want to use the caching framework by default for the core caches cache_pages, cache_pagesection and cache_hash.
    (1-1/1)