PHP Class Neos\Fusion\Core\Cache\FileMonitorListener

It's used in the Package bootstrap as an early instance, so no full dependency injection is available.
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$flowCacheManager Neos\Flow\Cache\CacheManager

Méthodes publiques

Méthode Description
__construct ( CacheManager $flowCacheManager )
flushContentCacheOnFileChanges ( $fileMonitorIdentifier, array $changedFiles ) : void

Method Details

__construct() public méthode

public __construct ( CacheManager $flowCacheManager )
$flowCacheManager Neos\Flow\Cache\CacheManager

flushContentCacheOnFileChanges() public méthode

public flushContentCacheOnFileChanges ( $fileMonitorIdentifier, array $changedFiles ) : void
$fileMonitorIdentifier
$changedFiles array
Résultat void

Property Details

$flowCacheManager protected_oe property

protected CacheManager,Neos\Flow\Cache $flowCacheManager
Résultat Neos\Flow\Cache\CacheManager