PHP Class Sulu\Component\HttpCache\Handler\TagsHandler

Inheritance: implements Sulu\Component\HttpCache\HandlerInvalidateStructureInterface, implements Sulu\Component\HttpCache\HandlerUpdateResponseInterface, implements Sulu\Component\HttpCache\HandlerFlushInterface
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
__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 )

Private Methods

Méthode Description
getBanKey ( $uuid )
getReferencedUuids ( Sulu\Component\Content\Compat\PropertyInterface $property )

Method Details

__construct() public méthode

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

flush() public méthode

public flush ( )

invalidateStructure() public méthode

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

updateResponse() public méthode

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