/**
  * {@inheritdoc}
  */
 protected function doContains($id)
 {
     return (bool) $this->memcached->get($id);
 }