You are here

service cache.backend.apcu in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \cache.backend.apcu

Class

Drupal\Core\Cache\ApcuBackendFactory
1 string reference to cache.backend.apcu
ChainedFastBackendFactory::__construct in core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php
Constructs ChainedFastBackendFactory object.

File

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

View source
  1. class: Drupal\Core\Cache\ApcuBackendFactory
  2. arguments:
  3. - '%app.root%'
  4. - '%site.path%'
  5. - '@cache_tags.invalidator.checksum'