FileCache
Object Hierarchy:
Description:
[
CCode ( type_id =
"champlain_file_cache_get_type ()" ) ]
[
Version ( since =
"0.6" ) ]
public class FileCache :
TileCache
The FileCache structure contains only private data and should be accessed using the provided API
Content:
Properties:
Creation methods:
Methods:
- public unowned string get_cache_dir ()
Gets the directory where the cache database is stored.
- public uint get_size_limit ()
Gets the cache size limit in bytes.
- public void purge ()
Purge the cache from the less popular tiles until cache's size limit
is reached.
- public void purge_on_idle ()
Purge the cache from the less popular tiles until cache's size limit
is reached.
- public void set_size_limit (uint size_limit)
Sets the cache size limit in bytes.
Inherited Members:
All known members inherited from class Champlain.TileCache
All known members inherited from class Champlain.MapSource
All known members inherited from class GLib.Object