You are here

public function StaticCache::garbageCollection in Tome 8

Performs garbage collection on a cache bin.

The backend may choose to delete expired or invalidated items.

Overrides DatabaseBackend::garbageCollection

File

modules/tome_static/src/StaticCache.php, line 130

Class

StaticCache
Determines if pages are statically cached.

Namespace

Drupal\tome_static

Code

public function garbageCollection() {

  // No-op, we rely on expired rows in ::getExpiredFiles.
}