Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php80 $this->saveToCache($cacheKey, $annots);
114 $this->saveToCache($cacheKey, $annots);
148 $this->saveToCache($cacheKey, $annots);
205 private function saveToCache($cacheKey, $value) function in Doctrine\\Common\\Annotations\\CachedReader