You are here

public function CacheableDependencyInterface::getCacheMaxAge in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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.

26 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/system/src/Plugin/views/field/BulkForm.php
The maximum age for which this object may be cached.
CacheableTestDomainObject::getCacheMaxAge in core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.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.
CurrentUser::getCacheMaxAge in core/modules/user/src/Plugin/views/argument_default/CurrentUser.php
The maximum age for which this object may be cached.

... See full list

File

core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php, line 54
Contains \Drupal\Core\Cache\CacheableDependencyInterface.

Class

CacheableDependencyInterface
Defines an interface for objects which may be used by other cached objects.

Namespace

Drupal\Core\Cache

Code

public function getCacheMaxAge();