You are here

public function CacheInterface::garbageCollection in Supercache 8

Same name and namespace in other branches
  1. 2.0.x src/Cache/CacheInterface.php \Drupal\supercache\Cache\CacheInterface::garbageCollection()

Performs garbage collection on a cache bin.

The backend may choose to delete expired or invalidated items.

File

src/Cache/CacheInterface.php, line 158

Class

CacheInterface
This is a common interface for both the CacheBackend and the RawCacheBackend

Namespace

Drupal\supercache\Cache

Code

public function garbageCollection();