Pagekit\Database\ORM\MetadataManager::getCache PHP 메소드

getCache() 공개 메소드

Gets the cache used for caching Metadata objects.
public getCache ( ) : Doctrine\Common\Cache\Cache
리턴 Doctrine\Common\Cache\Cache
    public function getCache()
    {
        return $this->cache;
    }