FileCache


Object Hierarchy:

Object hierarchy for FileCache

Description:

[ CCode ( type_id = "shumate_file_cache_get_type ()" ) ]
public class FileCache : Object

A cache that stores and retrieves tiles from the file system.

It is mainly used by [class@TileDownloader], but can also be used by custom data sources.

The cache will be filled up to a certain size limit. When this limit is reached, the cache can be purged, and the tiles that are accessed least are deleted.

ETags

The cache can optionally store an ETag string with each tile. This is useful to avoid redownloading old tiles that haven't changed (for example, using the HTTP If-None-Match header).


Namespace: Shumate
Package: shumate-1.0

Content:

Properties:

Creation methods:

Methods:

Inherited Members: