PHP Class Networking\InitCmsBundle\EventListener\CacheCleaner

Afficher le fichier Open project: networking/init-cms-bundle

Protected Properties

Свойство Type Description
$cleanCount integer
$phpCache Networking\InitCmsBundle\Lib\PhpCache

Méthodes publiques

Méthode Description
postPersist ( Doctrine\ORM\Event\LifecycleEventArgs $args )
postRemove ( Doctrine\ORM\Event\LifecycleEventArgs $args )
postUpdate ( Doctrine\ORM\Event\LifecycleEventArgs $args )
setPhpCache ( PhpCache $phpCache )

Méthodes protégées

Méthode Description
cleanCache ( ) remove items from the cache and stop after one item.

Method Details

cleanCache() protected méthode

remove items from the cache and stop after one item.
protected cleanCache ( )

postPersist() public méthode

public postPersist ( Doctrine\ORM\Event\LifecycleEventArgs $args )
$args Doctrine\ORM\Event\LifecycleEventArgs

postRemove() public méthode

public postRemove ( Doctrine\ORM\Event\LifecycleEventArgs $args )
$args Doctrine\ORM\Event\LifecycleEventArgs

postUpdate() public méthode

public postUpdate ( Doctrine\ORM\Event\LifecycleEventArgs $args )
$args Doctrine\ORM\Event\LifecycleEventArgs

setPhpCache() public méthode

public setPhpCache ( PhpCache $phpCache )
$phpCache Networking\InitCmsBundle\Lib\PhpCache

Property Details

$cleanCount protected_oe property

protected int $cleanCount
Résultat integer

$phpCache protected_oe property

protected PhpCache,Networking\InitCmsBundle\Lib $phpCache
Résultat Networking\InitCmsBundle\Lib\PhpCache