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

Note that this is called during the request therefore the task of this interfaces method should normally be to record paths which should later be invalidated in the flush interface.
파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
invalidatePath ( string $path, array $headers = [] ) Invalidate a path or URL.

메소드 상세

invalidatePath() 공개 메소드

Invalidate a path or URL.
public invalidatePath ( string $path, array $headers = [] )
$path string Path or URL
$headers array HTTP headers (optional)