Garbage Collection interface for caches that have no GC methods of their own, such as Cache_File and Cache_Sqlite. Memory based cache systems clean their own caches periodically.
Class declared in MODPATH/cache/classes/kohana/cache/garbagecollect.php on line 15.
Garbage collection method that cleans any expired cache entries from the cache.
void
public function garbage_collect();