public RefinableCacheableDependencyTrait::getCacheMaxAge()
The maximum age for which this object may be cached.
Return value
int The maximum time in seconds that this object may be cached.
Overrides CacheableDependencyInterface::getCacheMaxAge
File
- core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php, line 48
Class
- RefinableCacheableDependencyTrait
- Trait for \Drupal\Core\Cache\RefinableCacheableDependencyInterface.
Namespace
Drupal\Core\Cache
Code
public function getCacheMaxAge() {
return $this->cacheMaxAge;
}
Please login to continue.