Overrides VariationCacheInterface::get
public function get(array $keys, CacheableDependencyInterface $initial_cacheability) { $chain = $this->getRedirectChain($keys, $initial_cacheability); return array_pop($chain); }