protected function DeveloperAppListBuilderForDeveloper::getCacheMaxAge in Apigee Edge 8
Returns the cache max age.
Return value
int The cache max age.
Overrides EdgeEntityListBuilder::getCacheMaxAge
File
- src/
Entity/ ListBuilder/ DeveloperAppListBuilderForDeveloper.php, line 221
Class
- DeveloperAppListBuilderForDeveloper
- Lists developer apps of a developer on the UI.
Namespace
Drupal\apigee_edge\Entity\ListBuilderCode
protected function getCacheMaxAge() {
return $this->configFactory
->get('apigee_edge.developer_app_settings')
->get('cache_expiration');
}