You are here

public function VarnishBackend::garbageCollection in Varnish 8

Performs garbage collection on a cache bin.

The backend may choose to delete expired or invalidated items.

Overrides CacheBackendInterface::garbageCollection

File

src/Cache/VarnishBackend.php, line 130

Class

VarnishBackend

Namespace

Drupal\varnish\Cache

Code

public function garbageCollection() {
}