| 1 cache.inc | public BackdropCacheInterface::garbageCollection() |
Performs garbage collection on a cache bin. Removing expired items.
File
- core/
includes/ cache.inc, line 336 - Functions and interfaces for cache handling.
Class
- BackdropCacheInterface
- Defines an interface for cache implementations.
Code
public function garbageCollection();