protected property KeyValueChainedExpirableFactory::$storages in Supercache 8
Same name and namespace in other branches
- 2.0.x src/KeyValueStore/KeyValueChainedExpirableFactory.php \Drupal\supercache\KeyValueStore\KeyValueChainedExpirableFactory::storages
Holds references to each instantiation so they can be terminated.
Type: \Drupal\Core\KeyValueStore\DatabaseStorageExpirable[]
File
- src/
KeyValueStore/ KeyValueChainedExpirableFactory.php, line 29 - Contains \Drupal\supercache\KeyValueStore\KeyValueWincacheExpirableFactory.
Class
- KeyValueChainedExpirableFactory
- Defines the key/value store factory for the wincache/databse backend.
Namespace
Drupal\supercache\KeyValueStoreCode
protected $storages = array();