TYPO3 API  SVNRelease
Variables
ext_localconf.php File Reference

Go to the source code of this file.

Variables

 $GLOBALS ['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['cache_extbase_reflection']
 $GLOBALS ['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['cache_extbase_object']
 $extbaseObjectContainer = t3lib_div::makeInstance('Tx_Extbase_Object_Container_Container')

Variable Documentation

$extbaseObjectContainer = t3lib_div::makeInstance('Tx_Extbase_Object_Container_Container')

Definition at line 31 of file ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['cache_extbase_reflection']
Initial value:
 array(
    'frontend' => 't3lib_cache_frontend_VariableFrontend',
    'backend' => 't3lib_cache_backend_DbBackend',
    'options' => array(
        'cacheTable' => 'tx_extbase_cache_reflection',
        'tagsTable' => 'tx_extbase_cache_reflection_tags',
    ),
)

Definition at line 9 of file ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['cache_extbase_object']
Initial value:
 array(
    'frontend' => 't3lib_cache_frontend_VariableFrontend',
    'backend' => 't3lib_cache_backend_DbBackend',
    'options' => array(
        'cacheTable' => 'tx_extbase_cache_object',
        'tagsTable' => 'tx_extbase_cache_object_tags',
    ),
)

Definition at line 18 of file ext_localconf.php.