Example #1
0
 public function persist(UnitInterface $unit)
 {
     $this->map[md5($unit->getFile())] = $unit;
 }