PHP Class Sulu\Component\HttpCache\Handler\TagsHandler

Inheritance: implements Sulu\Component\HttpCache\HandlerInvalidateStructureInterface, implements Sulu\Component\HttpCache\HandlerUpdateResponseInterface, implements Sulu\Component\HttpCache\HandlerFlushInterface
ファイルを表示 Open project: sulu/sulu

Public Methods

Method 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

Method Description
getBanKey ( $uuid )
getReferencedUuids ( Sulu\Component\Content\Compat\PropertyInterface $property )

Method Details

__construct() public method

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

flush() public method

public flush ( )

invalidateStructure() public method

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

updateResponse() public method

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