PHP 클래스 Sulu\Component\HttpCache\Handler\AggregateHandler

상속: implements Sulu\Component\HttpCache\HandlerFlushInterface, implements Sulu\Component\HttpCache\HandlerUpdateResponseInterface, implements Sulu\Component\HttpCache\HandlerInvalidateStructureInterface, implements Sulu\Component\HttpCache\HandlerInvalidatePathInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__construct ( Sulu\Component\HttpCache\HandlerInterface[] $handlers = [], Psr\Log\LoggerInterface $logger = null )
flush ( )
invalidatePath ( $path, array $headers = [] )
invalidateStructure ( Sulu\Component\Content\Compat\StructureInterface $structure )
updateResponse ( Response $response, Sulu\Component\Content\Compat\StructureInterface $structure )

메소드 상세

__construct() 공개 메소드

public __construct ( Sulu\Component\HttpCache\HandlerInterface[] $handlers = [], Psr\Log\LoggerInterface $logger = null )
$handlers Sulu\Component\HttpCache\HandlerInterface[]
$logger Psr\Log\LoggerInterface

flush() 공개 메소드

public flush ( )

invalidatePath() 공개 메소드

public invalidatePath ( $path, array $headers = [] )
$headers array

invalidateStructure() 공개 메소드

public invalidateStructure ( Sulu\Component\Content\Compat\StructureInterface $structure )
$structure Sulu\Component\Content\Compat\StructureInterface

updateResponse() 공개 메소드

public updateResponse ( Response $response, Sulu\Component\Content\Compat\StructureInterface $structure )
$response Symfony\Component\HttpFoundation\Response
$structure Sulu\Component\Content\Compat\StructureInterface