Pagekit\Database\ORM\MetadataManager::getCache PHP Method

getCache() public method

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