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