ObjectCache


Object Hierarchy:

Object hierarchy for ObjectCache

Description:

public abstract class ObjectCache<T> : Object

A generic abstract cache for sets of objects. This can be used by subclasses to implement caching of homogeneous sets of objects. Subclasses simply have to implement serialisation and deserialisation of the objects to and from GLib.Variants.

It's intended that this class be used for providing caching layers for PersonaStores, for example.

Since:

0.6.0


Namespace: Folks
Package: folks

Content:

Properties:

Methods:

Inherited Members:

All known members inherited from class GLib.Object