Gets the max age for the current view.
int
public function getCacheMaxAge() { $max_age = $this->getDefaultCacheMaxAge(); $max_age = Cache::mergeMaxAges($max_age, $this->view ->getQuery() ->getCacheMaxAge()); return $max_age; }