function CacheableDependencyInterface::getCacheMaxAge
Same name in other branches
- 9 core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php \Drupal\Core\Cache\CacheableDependencyInterface::getCacheMaxAge()
- 10 core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php \Drupal\Core\Cache\CacheableDependencyInterface::getCacheMaxAge()
- 11.x core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php \Drupal\Core\Cache\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.
34 methods override CacheableDependencyInterface::getCacheMaxAge()
- ArgumentPluginBase::getCacheMaxAge in core/
modules/ views/ src/ Plugin/ views/ argument/ ArgumentPluginBase.php - The maximum age for which this object may be cached.
- BulkForm::getCacheMaxAge in core/
modules/ views/ src/ Plugin/ views/ field/ BulkForm.php - The maximum age for which this object may be cached.
- CacheableMetadataCalculationTest::getCacheMaxAge in core/
modules/ views/ tests/ modules/ views_test_cacheable_metadata_calculation/ src/ Plugin/ views/ access/ CacheableMetadataCalculationTest.php - The maximum age for which this object may be cached.
- ComputedString::getCacheMaxAge in core/
modules/ system/ tests/ modules/ entity_test/ src/ TypedData/ ComputedString.php - The maximum age for which this object may be cached.
- Context::getCacheMaxAge in core/
lib/ Drupal/ Core/ Plugin/ Context/ Context.php - The maximum age for which 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\CacheCode
public function getCacheMaxAge();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.