Neos\Flow\Monitor\ChangeDetectionStrategy\ChangeDetectionStrategyInterface::shutdownObject PHP Method

shutdownObject() public method

Commit any necessary data, like the current modification time.
public shutdownObject ( ) : void
return void
    public function shutdownObject();

Usage Example

 /**
  * Caches the directories and their files
  *
  * @return void
  */
 public function shutdownObject()
 {
     $this->changeDetectionStrategy->shutdownObject();
 }