Blast\Orm\CacheAwareTrait::getReflectionCache PHP Метод

getReflectionCache() публичный Метод

public getReflectionCache ( ) : Doctrine\Common\Cache\Cache
Результат Doctrine\Common\Cache\Cache
    public function getReflectionCache()
    {
        return ConnectionManager::getInstance()->get()->getReflectionCache();
    }