public function FileStorage::garbageCollection in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Component/PhpStorage/FileStorage.php \Drupal\Component\PhpStorage\FileStorage::garbageCollection()
- 10 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 238
Class
- FileStorage
- Stores the code as regular PHP files.
Namespace
Drupal\Component\PhpStorageCode
public function garbageCollection() {
}