Neos\Flow\Monitor\ChangeDetectionStrategy\ModificationTimeStrategy::shutdownObject PHP Méthode

shutdownObject() public méthode

Caches the file modification times
public shutdownObject ( ) : void
Résultat void
    public function shutdownObject()
    {
        if ($this->modificationTimesChanged === true) {
            $this->cache->set($this->fileMonitor->getIdentifier() . '_filesAndModificationTimes', json_encode($this->filesAndModificationTimes));
        }
    }