/**
  * Wrapper to drop a cache page on reverse proxy cache
  * @param string $urlPatter URL pattern to drop on reverse cache proxy
  */
 public function clearReverseProxyCache($urlPattern)
 {
     $this->cache->clearReverseProxyCache($urlPattern);
 }