PHP 클래스 BcCacheDispatcher

상속: extends DispatcherFilter
파일 보기 프로젝트 열기: baserproject/basercms

공개 프로퍼티들

프로퍼티 타입 설명
$priority integer Default priority for all methods in this filter This filter should run before the request gets parsed by router

공개 메소드들

메소드 설명
beforeDispatch ( CakeEvent $event ) : CakeResponse Checks whether the response was cached and set the body accordingly.

메소드 상세

beforeDispatch() 공개 메소드

Checks whether the response was cached and set the body accordingly.
public beforeDispatch ( CakeEvent $event ) : CakeResponse
$event CakeEvent containing the request and response object
리턴 CakeResponse with cached content if found, null otherwise

프로퍼티 상세

$priority 공개적으로 프로퍼티

Default priority for all methods in this filter This filter should run before the request gets parsed by router
public int $priority
리턴 integer