public function CacheRawBackendInterface::garbageCollection in Supercache 2.0.x
Same name and namespace in other branches
- 8 src/Cache/CacheRawBackendInterface.php \Drupal\supercache\Cache\CacheRawBackendInterface::garbageCollection()
Performs garbage collection on a cache bin.
The backend may choose to delete expired or invalidated items.
3 methods override CacheRawBackendInterface::garbageCollection()
- ApcuRawBackend::garbageCollection in src/
Cache/ ApcuRawBackend.php - Performs garbage collection on a cache bin.
- ChainedFastRawBackend::garbageCollection in src/
Cache/ ChainedFastRawBackend.php - Performs garbage collection on a cache bin.
- DatabaseRawBackend::garbageCollection in src/
Cache/ DatabaseRawBackend.php - Performs garbage collection on a cache bin.
File
- src/
Cache/ CacheRawBackendInterface.php, line 226 - Contains \Drupal\supercache\Cache\CacheRawBackendInterface.
Class
- CacheRawBackendInterface
- Defines an interface for cache implementations.
Namespace
Drupal\supercache\CacheCode
public function garbageCollection();