public function KeyValueChainedExpirableFactory::garbageCollection in Supercache 2.0.x
Same name and namespace in other branches
- 8 src/KeyValueStore/KeyValueChainedExpirableFactory.php \Drupal\supercache\KeyValueStore\KeyValueChainedExpirableFactory::garbageCollection()
Deletes expired items.
File
- src/
KeyValueStore/ KeyValueChainedExpirableFactory.php, line 101 - Contains \Drupal\supercache\KeyValueStore\KeyValueWincacheExpirableFactory.
Class
- KeyValueChainedExpirableFactory
- Defines the key/value store factory for the wincache/databse backend.
Namespace
Drupal\supercache\KeyValueStoreCode
public function garbageCollection() {
// No need to gargabe collect.
}