Nette\Reflection\AnnotationsParser::getCache PHP 메소드

getCache() 개인적인 정적인 메소드

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