CacheableDependencyInterface::getCacheMaxAge

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();
doc_Drupal
2016-10-29 08:49:11
Comments
Leave a Comment

Please login to continue.