Implements: Kohana_Cache_GarbageCollect
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/Cache/GarbageCollect.php on line 3.
Garbage collection method that cleans any expired cache entries from the cache.
void
public function garbage_collect();