/**
  * @inheritDoc
  */
 protected function doContains($id)
 {
     return $this->cacheProviderDecorator->doContains($id);
 }