geosolutions-it / jai-ext

Java Advanced Imaging Open Source Replacement Wannabe
Apache License 2.0
90 stars 37 forks source link

ConcurrentTileCache should be deprecated in favour of ConcurrentTileCacheMultiMap #168

Open simboss opened 6 years ago

simboss commented 6 years ago

As part of a discussion on geosolutions-it/jai-ext#105 we noticed that ConcurrentTileCache is mostly unused hence we are going to get rid of it with a nice deprecation cycle.

People should use ConcurrentTileCacheMultiMap instead.