PHP 클래스 Networking\InitCmsBundle\EventListener\CacheCleaner

파일 보기 프로젝트 열기: networking/init-cms-bundle

보호된 프로퍼티들

프로퍼티 타입 설명
$cleanCount integer
$phpCache Networking\InitCmsBundle\Lib\PhpCache

공개 메소드들

메소드 설명
postPersist ( Doctrine\ORM\Event\LifecycleEventArgs $args )
postRemove ( Doctrine\ORM\Event\LifecycleEventArgs $args )
postUpdate ( Doctrine\ORM\Event\LifecycleEventArgs $args )
setPhpCache ( PhpCache $phpCache )

보호된 메소드들

메소드 설명
cleanCache ( ) remove items from the cache and stop after one item.

메소드 상세

cleanCache() 보호된 메소드

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

postPersist() 공개 메소드

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

postRemove() 공개 메소드

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

postUpdate() 공개 메소드

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

setPhpCache() 공개 메소드

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

프로퍼티 상세

$cleanCount 보호되어 있는 프로퍼티

protected int $cleanCount
리턴 integer

$phpCache 보호되어 있는 프로퍼티

protected PhpCache,Networking\InitCmsBundle\Lib $phpCache
리턴 Networking\InitCmsBundle\Lib\PhpCache