Hi all,
I am working on an implementation of the ExternalGraphicFactory interface
that supports Mapbox-style spritesheets (spec
<https://www.mapbox.com/mapbox-gl-js/style-spec/#sprite>), and I have a
question about image caching.
I see that the current implementation of ImageGraphicFactory caches
BufferedImages and provides a resetCache() method. That method is not part
of the interface -- instead, GeoServer calls it directly in the
WMSLifecycleHandler::onReset() method. Is that image-cache-reset
functionality generalized anywhere that I am not seeing? Do we want it to
be? Or, on the other hand, would it be reasonable for a style module to
provide its own lifecycle handler and manage its cache that way?
Any input or feedback is appreciated.
Thanks,
Matt
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel