Overrides CachePluginBase::getDefaultCacheMaxAge
protected function getDefaultCacheMaxAge() { // The max age, unless overridden by some other piece of the rendered code // is determined by the output time setting. return (int) $this->cacheSetMaxAge('output'); }