[TYPO3-project-4-3] FileCache

Steffen Kamper info at sk-typo3.de
Sat Mar 14 13:13:17 CET 2009


Hi,

i tested the FileCache and it works.

One thing i don't understand, or may be a bug:
Clear all cache clears the data directory, but not the tags-directory.

Who wants to test, i used this setting:

$TYPO3_CONF_VARS['SYS']['caching']['cacheConfigurations']['cache_pages'] 
= array(
   'backend' => 't3lib_cache_backend_FileBackend',
   'options' => array(
     'cacheDirectory' => 'typo3temp/cache/',
   ),
);
$TYPO3_CONF_VARS['SYS']['caching']['cacheConfigurations']['cache_hash'] 
=  $TYPO3_CONF_VARS['SYS']['caching']['cacheConfigurations']['cache_pages'];


vg Steffen


More information about the TYPO3-project-4-3 mailing list