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

Breadcrumb

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

function RenderCache::__construct

Constructs a new RenderCache object.

Parameters

\Symfony\Component\HttpFoundation\RequestStack $requestStack: The request stack.

\Drupal\Core\Cache\VariationCacheFactoryInterface $cacheFactory: The variation cache factory.

\Drupal\Core\Cache\Context\CacheContextsManager $cacheContextsManager: The cache contexts manager.

2 calls to RenderCache::__construct()
PlaceholderingRenderCache::__construct in core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php
Constructs a new PlaceholderingRenderCache object.
PlaceholderingRenderCache::__construct in core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php
Constructs a new PlaceholderingRenderCache object.
1 method overrides RenderCache::__construct()
PlaceholderingRenderCache::__construct in core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php
Constructs a new PlaceholderingRenderCache object.

File

core/lib/Drupal/Core/Render/RenderCache.php, line 27

Class

RenderCache
Wraps the caching logic for the render caching system.

Namespace

Drupal\Core\Render

Code

public function __construct(RequestStack $requestStack, VariationCacheFactoryInterface $cacheFactory, CacheContextsManager $cacheContextsManager) {
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal