/** * @param array $criteria * * @return object[] */ public function findOneBy(array $criteria) { $this->cache->setNamespace($this->className); $id = $this->getId($criteria); return $this->cache->fetch($id); }