Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php189 if (!$this->debug || $this->isCacheFresh($cacheKey, $class)) {
221 private function isCacheFresh($cacheKey, ReflectionClass $class) function in Doctrine\\Common\\Annotations\\CachedReader