Cache
Object Hierarchy:
Description:
[
CCode ( type_id =
"soup_cache_get_type ()" ) ]
public class Cache :
Object,
SessionFeature
Content:
Properties:
Creation methods:
Methods:
- public void clear ()
Will remove all entries in the this plus
all the cache files.
- public void dump ()
Synchronously writes the cache index out to disk.
- public void flush ()
This function will force all pending writes in the
this to be committed to disk.
- public virtual Cacheability get_cacheability (Message msg)
- public uint get_max_size ()
Gets the maximum size of the cache.
- public void load ()
Loads the contents of this's index into
memory.
- public void set_max_size (uint max_size)
Sets the maximum size of the cache.
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface Soup.SessionFeature