PHP Interface Sulu\Component\HttpCache\HandlerInvalidateStructureInterface

Note that this is called during the request therefore the task of this interfaces method should normally be to record references to the structures which should later be invalidated in the flush interface.
Inheritance: extends HandlerInterface
Mostra file Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
invalidateStructure ( Sulu\Component\Content\Compat\StructureInterface $structure ) Invalidate the given structure.

Method Details

invalidateStructure() public method

Invalidate the given structure.
public invalidateStructure ( Sulu\Component\Content\Compat\StructureInterface $structure )
$structure Sulu\Component\Content\Compat\StructureInterface