Method

SoupCacheclear

Declaration [src]

void
soup_cache_clear (
  SoupCache* cache
)

Description [src]

Will remove all entries in the cache plus all the cache files.

This is not thread safe and must be called only from the thread that created the SoupCache.