You are here

protected function TeamAppListByTeam::getCacheMaxAge in Apigee Edge 8

Returns the cache max age.

Return value

int The cache max age.

Overrides EdgeEntityListBuilder::getCacheMaxAge

File

modules/apigee_edge_teams/src/Entity/ListBuilder/TeamAppListByTeam.php, line 138

Class

TeamAppListByTeam
Lists team apps of a team on the UI.

Namespace

Drupal\apigee_edge_teams\Entity\ListBuilder

Code

protected function getCacheMaxAge() {
  return $this->configFactory
    ->get('apigee_edge_teams.team_app_settings')
    ->get('cache_expiration');
}