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

merge-requests/2815/head
Alex Pott 2022-09-27 15:36:02 +01:00
parent c9f1974820
commit 45ec97a437
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ interface CacheableDependencyInterface {
*
* @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();