PHP 인터페이스 Sulu\Component\HttpCache\HandlerFlushInterface

Flush should be called in the kernel terminate event therefore this method should also be used to do time sensative operations such as sending invalidation requests to the proxy server.
상속: extends HandlerInterface
파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
flush ( ) : boolean Flush the underlying cache mechanism.

메소드 상세

flush() 공개 메소드

NOTE: Currently this could be quite inefficient as there is currently no way to track which handlers use which implementations.
public flush ( ) : boolean
리턴 boolean True for success null or false if not implemented