Method

GLibCachedestroy

deprecated: 2.32 

Declaration

void
g_cache_destroy (
  GCache* cache
)

Description

Frees the memory allocated for the GCache.

Note that it does not destroy the keys and values which were contained in the GCache.

Deprecated since: 2.32

Use a GHashTable instead.