You are here

public function KeyValueChainedExpirableFactory::garbageCollection in Supercache 2.0.x

Same name and namespace in other branches
  1. 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\KeyValueStore

Code

public function garbageCollection() {

  // No need to gargabe collect.
}