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

doContains() protected method

protected doContains ( $id )
    protected function doContains($id)
    {
        return null !== $this->findById($id, false);
    }