MemoryCache
Object Hierarchy:
Description:
[
CCode ( type_id =
"champlain_memory_cache_get_type ()" ) ]
[
Version ( since =
"0.8" ) ]
public class MemoryCache :
TileCache
The MemoryCache structure contains only private data and should be accessed using the provided API
Content:
Properties:
Creation methods:
Methods:
- public void clean ()
Cleans the contents of the cache.
- public uint get_size_limit ()
Gets the maximum number of tiles stored in the cache.
- public void set_size_limit (uint size_limit)
Sets the maximum number of tiles stored in the cache.
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