public function CacheInterface::garbageCollection in Supercache 2.0.x
Same name and namespace in other branches
- 8 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\CacheCode
public function garbageCollection();