Doctrine\Common\Cache\MemcacheCache::doFetch PHP Method

doFetch() protected method

protected doFetch ( $id )
    protected function doFetch($id)
    {
        return $this->memcache->get($id);
    }