Changes between Version 7 and Version 8 of SharedTileCache


Ignore:
Timestamp:
2014-03-24T12:48:58+01:00 (12 years ago)
Author:
wavexx
Comment:

Define size=-1

Legend:

Unmodified
Added
Removed
Modified
  • SharedTileCache

    v7 v8  
    7070 type:: URL schema of the tile provider (currently only "TMS")
    7171 extension:: Image file extension ("png" or "jpg").
    72  size:: Maximal size of the cache in bytes, with 0 meaning unlimited.
     72 size:: Maximal size of the cache in bytes, with 0 meaning unlimited, and -1 meaning no appending).
    7373 age:: Minimum tile age (in seconds)
    7474
     
    108108When the cache size is defined as 0, applications '''must not''' perform any cache pruning. If size is anything greater than 0, each application can choose ''his own'' policy and schedule for tile expiration, deleting each tile in turn until the size of the ''entire directory tree'' is smaller or equal to the defined cache size.
    109109
     110When the cache size is defined as -1, applications '''must not''' include any additional content into the cache, but are free to query it.
     111
    110112=== Known tile metadata keys ===
    111113