You are here

service cache.bootstrap in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \cache.bootstrap

Class

Drupal\Core\Cache\CacheBackendInterface

Tags

  • cache.bin
1 string reference to cache.bootstrap
CoreServiceProvider::alter in core/lib/Drupal/Core/CoreServiceProvider.php
Alters the UUID service to use the most efficient method available.

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Cache\CacheBackendInterface
  2. tags:
  3. - { name: cache.bin, default_backend: cache.backend.chainedfast }
  4. factory: 'cache_factory:get'
  5. arguments:
  6. - bootstrap