flush
Description:
public void flush ()
Forces all pending writes in the this to be committed to disk.
For doing so it will iterate the [struct@GLib.MainContext] associated with this's session as long as needed.
Contrast with [method@Cache.dump], which writes out the cache index file.
Parameters:
this |
a Cache |