PHP Class Neos\Neos\Routing\Aspects\RouteCacheAspect

Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$contextFactory Neos\ContentRepository\Domain\Service\ContextFactoryInterface
$securityContext Neos\Flow\Security\Context

Public Methods

Method Description
addCurrentNodeIdentifier ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void Add the current node and all parent identifiers to be used for cache entry tagging

Method Details

addCurrentNodeIdentifier() public method

Add the current node and all parent identifiers to be used for cache entry tagging
public addCurrentNodeIdentifier ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
$joinPoint Neos\Flow\Aop\JoinPointInterface The current join point
return void

Property Details

$contextFactory protected property

protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $contextFactory
return Neos\ContentRepository\Domain\Service\ContextFactoryInterface

$securityContext protected property

protected Context,Neos\Flow\Security $securityContext
return Neos\Flow\Security\Context