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

doFetch() protected method

protected doFetch ( $id )
    protected function doFetch($id)
    {
        return wincache_ucache_get($id);
    }