|
TYPO3 API
SVNRelease
|
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') | |
| $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'] |
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'] |
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.
1.7.5.1