/**
  * @since 2.3
  */
 public function reset()
 {
     return $this->inMemoryPoolCache->resetPoolCacheFor('exporter.dataitem.resource.encoder');
 }
 /**
  * @since 2.1
  */
 public function clear()
 {
     $this->inMemoryPoolCache->resetPoolCacheFor('sql.store.dataitem.finder');
 }