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
Afficher le fichier Open project: sulu/sulu Interface Usage Examples

Méthodes publiques

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

Method Details

invalidateStructure() public méthode

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