You are here

service keyvalue.expirable.supercache in Supercache 2.0.x

Same name and namespace in other branches
  1. 8 supercache.services.yml \keyvalue.expirable.supercache

Class

Drupal\supercache\KeyValueStore\KeyValueChainedExpirableFactory
1 string reference to keyvalue.expirable.supercache
SupercacheServiceProvider::register in src/SupercacheServiceProvider.php
Registers services to the container.

File

./supercache.services.yml
supercache.services.yml

View source
  1. class: Drupal\supercache\KeyValueStore\KeyValueChainedExpirableFactory
  2. arguments:
  3. - '@cache.backend.superchainedfast'
  4. - '@serialization.phpserialize'
  5. - '@database'