Neos\Flow\Monitor\ChangeDetectionStrategy\ModificationTimeStrategy::shutdownObject PHP 메소드

shutdownObject() 공개 메소드

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