Issue #3296987 by Yujiman85, lucassc, gquisini, diegors, joachim, cilefen: CacheableDependencyInterface::getCacheMaxAge does not document \Drupal\Core\Cache\Cache::PERMANENT
parent
c9f1974820
commit
45ec97a437
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue