service cache.backend.apcu in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \cache.backend.apcu
- 9 core/core.services.yml \cache.backend.apcu
Class
Drupal\Core\Cache\ApcuBackendFactory1 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
- class: Drupal\Core\Cache\ApcuBackendFactory
- arguments:
- - '%app.root%'
- - '%site.path%'
- - '@cache_tags.invalidator.checksum'