You are here

public function FileStorage::garbageCollection in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/PhpStorage/FileStorage.php \Drupal\Component\PhpStorage\FileStorage::garbageCollection()

Performs garbage collection on the storage.

The storage may choose to delete expired or invalidated items.

Overrides PhpStorageInterface::garbageCollection

1 method overrides FileStorage::garbageCollection()
MTimeProtectedFastFileStorage::garbageCollection in core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php
Performs garbage collection on the storage.

File

core/lib/Drupal/Component/PhpStorage/FileStorage.php, line 216

Class

FileStorage
Stores the code as regular PHP files.

Namespace

Drupal\Component\PhpStorage

Code

public function garbageCollection() {
}