This class is a transparent base class for Cache_GarbageCollect and should not be accessed directly.
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 16.
Garbage collection method that cleans any expired cache entries from the cache.
void
public function garbage_collect();