You are here

public function CacheBase::garbageCollection in Redis 8

Performs garbage collection on a cache bin.

The backend may choose to delete expired or invalidated items.

Overrides CacheBackendInterface::garbageCollection

File

src/Cache/CacheBase.php, line 416

Class

CacheBase
Base class for redis cache backends.

Namespace

Drupal\redis\Cache

Code

public function garbageCollection() {

  // @todo Do we need to do anything here?
}