TYPO3  7.6
Protected Attributes | List of all members
ExtbaseObjectCacheFeature Class Reference
Inheritance diagram for ExtbaseObjectCacheFeature:
AbstractFeature FeatureInterface

Protected Attributes

 $name = 'ExtbaseObjectCache'
 
 $presetRegistry
 
- Protected Attributes inherited from AbstractFeature
 $objectManager = null
 
 $name = ''
 
 $presetRegistry = array()
 
 $presetInstances = array()
 
 $postValues = array()
 

Additional Inherited Members

- Public Member Functions inherited from AbstractFeature
 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManager $objectManager)
 
 getName ()
 
- Public Member Functions inherited from FeatureInterface
 initializePresets (array $postValues)
 
 getPresetsOrderedByPriority ()
 
 getName ()
 

Detailed Description

Extbase object cache configuration

Definition at line 22 of file ExtbaseObjectCacheFeature.php.

Member Data Documentation

$name = 'ExtbaseObjectCache'
protected

Definition at line 27 of file ExtbaseObjectCacheFeature.php.

$presetRegistry
protected
Initial value:
= array(
\TYPO3\CMS\Install\Configuration\ExtbaseObjectCache\DatabasePreset::class,
\TYPO3\CMS\Install\Configuration\ExtbaseObjectCache\ApcPreset::class,
)

Definition at line 32 of file ExtbaseObjectCacheFeature.php.