MapCache icon indicating copy to clipboard operation
MapCache copied to clipboard

Add expiration support for tiles

Open merlos opened this issue 4 years ago • 0 comments

Right now the cache does not have an expiration date. If the tile is in the cache it will always return the same cached tile.

However, maps are not static and evolve with time, so the cache should provide expiration support.

Additionally, it should be possible to create custom expiration strategies.

merlos avatar May 09 '20 23:05 merlos