cache.default
Class
Drupal\Core\Cache\CacheBackendInterfaceTags
- cache.bin
 
4 string references to cache.default
- CacheCollectorTest::testCacheCollector in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ CacheCollectorTest.php  - Tests setting and invalidating.
 - CKEditor5::create in core/
modules/ ckeditor5/ src/ Plugin/ Editor/ CKEditor5.php  - Creates an instance of the plugin.
 - DbUpdateController::create in core/
modules/ system/ src/ Controller/ DbUpdateController.php  - Instantiates a new instance of the implementing class using autowiring.
 - RebuildScriptTest::testRebuild in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ RebuildScriptTest.php  - Tests redirect in rebuild.php.
 
File
- 
              core/
core.services.yml  
View source
-   class: Drupal\Core\Cache\CacheBackendInterface
 -   tags:
 -       - { name: cache.bin }
 -   factory:
 -       - '@cache_factory'
 -       - get
 -   arguments:
 -       - default
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.