PHP Класс Sulu\Component\HttpCache\Handler\TagsHandler

Наследование: implements Sulu\Component\HttpCache\HandlerInvalidateStructureInterface, implements Sulu\Component\HttpCache\HandlerUpdateResponseInterface, implements Sulu\Component\HttpCache\HandlerFlushInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__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