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

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

공개 메소드들

메소드 설명
__construct ( FOS\HttpCache\ProxyClient\ProxyClientInterface $proxyClient, Sulu\Component\Content\ContentTypeManagerInterface $contentTypeManager )
flush ( )
invalidateStructure ( Sulu\Component\Content\Compat\StructureInterface $structure )
updateResponse ( Response $response, Sulu\Component\Content\Compat\StructureInterface $structure )

비공개 메소드들

메소드 설명
getBanKey ( $uuid )
getReferencedUuids ( Sulu\Component\Content\Compat\PropertyInterface $property )

메소드 상세

__construct() 공개 메소드

public __construct ( FOS\HttpCache\ProxyClient\ProxyClientInterface $proxyClient, Sulu\Component\Content\ContentTypeManagerInterface $contentTypeManager )
$proxyClient FOS\HttpCache\ProxyClient\ProxyClientInterface
$contentTypeManager Sulu\Component\Content\ContentTypeManagerInterface

flush() 공개 메소드

public flush ( )

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