Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RendererBase.php

function RendererBase::getCacheMaxAge

Overrides CacheableDependencyInterface::getCacheMaxAge

File

core/modules/views/src/Entity/Render/RendererBase.php, line 65

Class

RendererBase
Defines a base class for entity renderers.

Namespace

Drupal\views\Entity\Render

Code

public function getCacheMaxAge() {
    return Cache::PERMANENT;
}
RSS feed
Powered by Drupal