Searched refs:fetchFromCache (Results 1 – 1 of 1) sorted by relevance
78 if (false === ($annots = $this->fetchFromCache($cacheKey, $class))) {112 if (false === ($annots = $this->fetchFromCache($cacheKey, $class))) {146 if (false === ($annots = $this->fetchFromCache($cacheKey, $class))) {186 private function fetchFromCache($cacheKey, ReflectionClass $class) function in Doctrine\\Common\\Annotations\\CachedReader