Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / system / tests / modules / module_cachebin / module_cachebin.services.yml
1 services:
2   module_cachebin.cache_bin:
3     class: Drupal\Core\Cache\CacheBackendInterface
4     tags:
5       - { name: cache.bin }
6     factory: cache.backend.database:get
7     arguments: [module_cachebin]