function Role::getCacheMaxAge
Same name and namespace in other branches
- 8.9.x core/modules/user/src/Plugin/views/access/Role.php \Drupal\user\Plugin\views\access\Role::getCacheMaxAge()
- 10 core/modules/user/src/Plugin/views/access/Role.php \Drupal\user\Plugin\views\access\Role::getCacheMaxAge()
- 11.x core/modules/user/src/Plugin/views/access/Role.php \Drupal\user\Plugin\views\access\Role::getCacheMaxAge()
The maximum age for which this object may be cached.
Return value
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.
Overrides CacheableDependencyInterface::getCacheMaxAge
File
-
core/
modules/ user/ src/ Plugin/ views/ access/ Role.php, line 146
Class
- Role
- Access plugin that provides role-based access control.
Namespace
Drupal\user\Plugin\views\accessCode
public function getCacheMaxAge() {
return Cache::PERMANENT;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.