public function CacheBackendInterface::garbageCollection

Performs garbage collection on a cache bin.

The backend may choose to delete expired or invalidated items.

File

drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php, line 287
Definition of Drupal\Core\Cache\CacheBackendInterface.

Class

CacheBackendInterface
Defines an interface for cache implementations.

Namespace

Drupal\Core\Cache

Code

public function garbageCollection();