Exemple #1
0
 /**
  * @return UncachersPool
  */
 public function getUncacherById($id)
 {
     return UncacherGenericDAO::create($this, $id, Cache::worker($this)->getUncacherById($id));
 }