PHP Класс Neos\Neos\Routing\Cache\RouteCacheFlusher

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$routeCachingService Neos\Flow\Mvc\Routing\RouterCachingService
$tagsToFlush array

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

Метод Описание
commit ( ) : void Flush caches according to the previously registered node changes.
registerNodeChange ( Neos\ContentRepository\Domain\Model\NodeInterface $node ) : void Schedules flushing of the routing cache entries for the given $node Note that child nodes are flushed automatically because they are tagged with all parents.
shutdownObject ( ) : void

Описание методов

commit() публичный Метод

Flush caches according to the previously registered node changes.
public commit ( ) : void
Результат void

registerNodeChange() публичный Метод

Schedules flushing of the routing cache entries for the given $node Note that child nodes are flushed automatically because they are tagged with all parents.
public registerNodeChange ( Neos\ContentRepository\Domain\Model\NodeInterface $node ) : void
$node Neos\ContentRepository\Domain\Model\NodeInterface The node which has changed in some way
Результат void

shutdownObject() публичный Метод

public shutdownObject ( ) : void
Результат void

Описание свойств

$routeCachingService защищенное свойство

protected RouterCachingService,Neos\Flow\Mvc\Routing $routeCachingService
Результат Neos\Flow\Mvc\Routing\RouterCachingService

$tagsToFlush защищенное свойство

protected array $tagsToFlush
Результат array