‪TYPO3CMS  10.4
TYPO3\CMS\Install\Configuration\Cache\CacheFeature Class Reference
Inheritance diagram for TYPO3\CMS\Install\Configuration\Cache\CacheFeature:
TYPO3\CMS\Install\Configuration\AbstractFeature TYPO3\CMS\Install\Configuration\FeatureInterface

Protected Attributes

string $name = 'Cache'
 
array $presetRegistry
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Install\Configuration\AbstractFeature
string $name = ''
 
array $presetRegistry = array( )
 
array $presetInstances = array( )
 
array $postValues = array( )
 

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Install\Configuration\AbstractFeature
 initializePresets (array $postValues)
 
array PresetInterface[] getPresetsOrderedByPriority ()
 
string getName ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Install\Configuration\FeatureInterface
 initializePresets (array $postValues)
 
array< PresetInterfacegetPresetsOrderedByPriority ()
 
string getName ()
 

Detailed Description

Cache feature sets best practices

only to be used within EXT:install

Definition at line 25 of file CacheFeature.php.

Member Data Documentation

◆ $name

string TYPO3\CMS\Install\Configuration\Cache\CacheFeature::$name = 'Cache'
protected

Name of feature

Definition at line 29 of file CacheFeature.php.

◆ $presetRegistry

array TYPO3\CMS\Install\Configuration\Cache\CacheFeature::$presetRegistry
protected
Initial value:
= array(
DatabaseCachePreset::class,
FileCachePreset::class,
CustomCachePreset::class,
)

List of preset classes

Definition at line 33 of file CacheFeature.php.