Home
last modified time | relevance | path

Searched defs:mergeMaxAges (Results 1 – 2 of 2) sorted by relevance

/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Cache/
H A DCache.php71 public static function mergeMaxAges(...$max_ages) { function in Drupal\\Core\\Cache\\Cache
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Cache/
H A DCache.php78 public static function mergeMaxAges($a = Cache::PERMANENT, $b = Cache::PERMANENT) { function in Drupal\\Core\\Cache\\Cache