Overrides CacheContextInterface::getCacheableMetadata
public function getCacheableMetadata() { $metadata = new CacheableMetadata(); $metadata->addCacheTags([ 'config:system.site', ]); return $metadata; }