Re: [Geoserver-devel] Cache clearing in GeoServer

2010-05-08 Thread Justin Deoliveira
I sort of like the first approach clean an d simple. Although I am not against the second if it seems necessary to roll out and entire interface for it. 2c -Justin On May 7, 2010, at 11:25 AM, Andrea Aime wrote: > Hi, > as most of you may know GeoServer caches configuration objects (but

[Geoserver-devel] Cache clearing in GeoServer

2010-05-07 Thread Andrea Aime
Hi, as most of you may know GeoServer caches configuration objects (but not data) and we have a button in the status page to clear those caches. Very nice. However, the rendering subsystem also caches the external images, since they can be quite heavy to load. I've just added some cache clearing