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

doFetch() protected method

protected doFetch ( $id )
    protected function doFetch($id)
    {
        return $this->doContains($id) ? unserialize(xcache_get($id)) : false;
    }