Nette\Reflection\AnnotationsParser::getCache PHP Method

getCache() private static method

private static getCache ( ) : Cache
return Nette\Caching\Cache
    private static function getCache()
    {
        return new Nette\Caching\Cache(static::getCacheStorage(), 'Nette.Reflection.Annotations');
    }