function CacheTagsChecksumPreloadInterface::registerCacheTagsForPreload

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Cache/CacheTagsChecksumPreloadInterface.php \Drupal\Core\Cache\CacheTagsChecksumPreloadInterface::registerCacheTagsForPreload()

Register cache tags for preloading.

Parameters

array $cache_tags: List of cache tags to load.

1 method overrides CacheTagsChecksumPreloadInterface::registerCacheTagsForPreload()
CacheTagsChecksumDecorator::registerCacheTagsForPreload in core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php

File

core/lib/Drupal/Core/Cache/CacheTagsChecksumPreloadInterface.php, line 22

Class

CacheTagsChecksumPreloadInterface
Registers cache tags for preloading.

Namespace

Drupal\Core\Cache

Code

public function registerCacheTagsForPreload(array $cache_tags) : void;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.