Home
last modified time | relevance | path

Searched refs:fetchFromCache (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php78 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