Changes between Version 11 and Version 12 of SharedTileCache
- Timestamp:
- 2014-03-24T14:38:36+01:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SharedTileCache
v11 v12 110 110 When the cache size is defined as -1, applications '''must not''' include any additional content into the cache, but are free to query it. 111 111 112 == = Known tile metadatakeys ===112 == Tile metadata == 113 113 114 etag:: ETag header as returned by the server (used by JOSM for tile caching). 114 Tile metadata can be used for any purpose where storing additional information for each tile can be useful. As such, the following keys are defined to be known: 115 116 etag:: ETag as returned by the server (used for querying servers that don't support If-Modified-Since). 117 118 Tile metadata can also be useful to store information about tile usage (view count) to improve usage-based cache pruning, though no keys are standardized for this behavior yet. 115 119 116 120 == Concurrent access ==
