Method

SoupCacheflush

Declaration [src]

void
soup_cache_flush (
  SoupCache* cache
)

Description [src]

Forces all pending writes in the cache to be committed to disk.

For doing so it will iterate the GMainContext associated with caches session as long as needed.

Contrast with soup_cache_dump(), which writes out the cache index file.