A simple system for caching images (pixbufs) in memory, mainly for saving in I/O on slow devices.
Images are associated with a key used for hashing. The key can be anything that GHashTable can take, 
defaulting to strings if no custom hashing functions are specified.

See gtk-doc documentation for more information.

Todo
----
In memory compression to save memory