public function check(\Symfony\Component\HttpFoundation\Response
$response, \Symfony\Component\HttpFoundation\Request
$request) { return $this->
lazyLoadItself()->
check($response,
$request);
} /**
* {@inheritdoc}
*/
public function addPolicy(\Drupal\Core\PageCache\ResponsePolicyInterface
$policy) { return $this->
lazyLoadItself()->
addPolicy($policy);
} }}