/**
  * @since 2.1
  */
 public function clear()
 {
     $this->inMemoryPoolCache->resetPoolCacheFor(self::POOLCACHE_ID);
 }