GCache

A glib.cache.Cache allows sharing of complex data structures, in order to save system resources.

glib.cache.Cache uses keys and values. A glib.cache.Cache key describes the properties of a particular resource. A glib.cache.Cache value is the actual resource.

glib.cache.Cache has been marked as deprecated, since this API is rarely used and not very actively maintained.

More...
struct GCache

Detailed Description

Deprecated: Use a #GHashTable instead