Doctrine\Common\Cache\MemcachedCache::doContains PHP Method

doContains() protected method

protected doContains ( $id )
    protected function doContains($id)
    {
        return false !== $this->memcached->get($id) || $this->memcached->getResultCode() !== Memcached::RES_NOTFOUND;
    }