Verified Commit bb633d68 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3296987 by Yujiman85, lucassc, gquisini, diegors, joachim, cilefen:...

Issue #3296987 by Yujiman85, lucassc, gquisini, diegors, joachim, cilefen: CacheableDependencyInterface::getCacheMaxAge does not document \Drupal\Core\Cache\Cache::PERMANENT

(cherry picked from commit 45ec97a4)
parent c766b87f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,8 @@ public function getCacheTags();
   *
   * @return int
   *   The maximum time in seconds that this object may be cached.
   *   An object may be cached permanently by returning
   *   \Drupal\Core\Cache\Cache::PERMANENT.
   */
  public function getCacheMaxAge();