You are here

protected property RefinableCacheableDependencyTrait::$cacheMaxAge in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php \Drupal\Core\Cache\RefinableCacheableDependencyTrait::cacheMaxAge

Cache max-age.

Type: int

File

core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php, line 34
Contains \Drupal\Core\Cache\RefinableCacheableDependencyTrait.

Class

RefinableCacheableDependencyTrait
Trait for \Drupal\Core\Cache\RefinableCacheableDependencyInterface.

Namespace

Drupal\Core\Cache

Code

protected $cacheMaxAge = Cache::PERMANENT;