PHP Class N98\Magento\Command\Cache\AbstractCacheCommand

Inheritance: extends N98\Magento\Command\AbstractMagentoCommand
Afficher le fichier Open project: netz98/n98-magerun

Méthodes publiques

Méthode Description
isEnabled ( ) : boolean

Méthodes protégées

Méthode Description
_canUseBanCacheFunction ( ) : boolean
_getCacheModel ( ) : Mage_Core_Model_Cach\Mage_Core_Model_Cache
banUseCache ( ) Ban cache usage before cleanup to get the latest values.
reinitCache ( )
saveCacheStatus ( array $codeArgument, boolean $status ) : boolean | null
validateCacheCodes ( array $codes )

Method Details

_canUseBanCacheFunction() protected méthode

protected _canUseBanCacheFunction ( ) : boolean
Résultat boolean

_getCacheModel() protected méthode

protected _getCacheModel ( ) : Mage_Core_Model_Cach\Mage_Core_Model_Cache
Résultat Mage_Core_Model_Cach\Mage_Core_Model_Cache

banUseCache() protected méthode

Ban cache usage before cleanup to get the latest values.
See also: https://github.com/netz98/n98-magerun/issues/483
protected banUseCache ( )

isEnabled() public méthode

public isEnabled ( ) : boolean
Résultat boolean

reinitCache() protected méthode

protected reinitCache ( )

saveCacheStatus() protected méthode

protected saveCacheStatus ( array $codeArgument, boolean $status ) : boolean | null
$codeArgument array
$status boolean
Résultat boolean | null

validateCacheCodes() protected méthode

protected validateCacheCodes ( array $codes )
$codes array