TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
ApcPreset Class Reference
Inheritance diagram for ApcPreset:
AbstractPreset PresetInterface

Public Member Functions

 isAvailable ()
 
- Public Member Functions inherited from AbstractPreset
 injectConfigurationManager (\TYPO3\CMS\Core\Configuration\ConfigurationManager $configurationManager)
 
 setPostValues (array $postValues)
 
 getIsAvailable ()
 
 isActive ()
 
 getIsActive ()
 
 getName ()
 
 getPriority ()
 
 getConfigurationValues ()
 

Protected Attributes

 $name = 'Apc'
 
 $priority = 80
 
 $configurationValues
 
- Protected Attributes inherited from AbstractPreset
 $configurationManager = null
 
 $name = ''
 
 $priority = 50
 
 $configurationValues = array()
 
 $postValues = array()
 

Detailed Description

APC preset

Definition at line 22 of file ApcPreset.php.

Member Function Documentation

isAvailable ( )

APC preset is available if extension is loaded, if APC has ~100MB memory and if ~5MB are free.

Returns
bool TRUE

Implements PresetInterface.

Definition at line 54 of file ApcPreset.php.

Member Data Documentation

$configurationValues
protected
Initial value:
= array(
'SYS/caching/cacheConfigurations/extbase_object' => array(
'frontend' => \TYPO3\CMS\Core\Cache\Frontend\VariableFrontend::class,
'backend' => \TYPO3\CMS\Core\Cache\Backend\ApcBackend::class,
'options' => array(
'defaultLifetime' => 0,
),
'groups' => array('system')
)
)

Definition at line 37 of file ApcPreset.php.

$name = 'Apc'
protected

Definition at line 27 of file ApcPreset.php.

$priority = 80
protected

Definition at line 32 of file ApcPreset.php.