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.
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$flowCacheManager Neos\Flow\Cache\CacheManager

Public Methods

Method Description
__construct ( CacheManager $flowCacheManager )
flushContentCacheOnFileChanges ( $fileMonitorIdentifier, array $changedFiles ) : void

Method Details

__construct() public method

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

flushContentCacheOnFileChanges() public method

public flushContentCacheOnFileChanges ( $fileMonitorIdentifier, array $changedFiles ) : void
$fileMonitorIdentifier
$changedFiles array
return void

Property Details

$flowCacheManager protected property

protected CacheManager,Neos\Flow\Cache $flowCacheManager
return Neos\Flow\Cache\CacheManager