Modules
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/kohana/cache/garbagecollect.php on line 15.
Methods
abstract public garbage_collect( ) (defined in Kohana_Cache_GarbageCollect)
Garbage collection method that cleans any expired cache entries from the cache.
Return Values
void
Source Code
public function garbage_collect();