PHP Class Networking\InitCmsBundle\EventListener\CacheCleaner

Show file Open project: networking/init-cms-bundle

Protected Properties

Property Type Description
$cleanCount integer
$phpCache Networking\InitCmsBundle\Lib\PhpCache

Public Methods

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

Protected Methods

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

Method Details

cleanCache() protected method

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

postPersist() public method

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

postRemove() public method

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

postUpdate() public method

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

setPhpCache() public method

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

Property Details

$cleanCount protected property

protected int $cleanCount
return integer

$phpCache protected property

protected PhpCache,Networking\InitCmsBundle\Lib $phpCache
return Networking\InitCmsBundle\Lib\PhpCache