$this->kernel =
$kernel;
if (isset($options['cache_dir'
])) { $this->cacheDir =
$options['cache_dir'
];
} $this->options =
array_merge($this->options,
$options);
parent::
__construct( $kernel,
$this->
createStore(),
$this->
createEsi(),
$this->options
);
} /**
* Short circuit some URLs to early pass
*
* {@inheritdoc}
*
* @api
*/