public CacheableDependencyInterface::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.
File
- core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php, line 50
Class
- CacheableDependencyInterface
- Defines an interface for objects which may be used by other cached objects.
Namespace
Drupal\Core\Cache
Code
public function getCacheMaxAge();
Please login to continue.