$this->
setCache($cache);
} /**
* @return Reader
*/
public function getAnnotationsReader() { $reader =
new AnnotationReader();
$cache =
$this->
getMetadataCacheImpl();
$reader =
new CachedReader( $reader,
$cache );
return $reader;
} /**
* @param string $dir
*
* @throws RuntimeException
*
* @return Configuration
*/