Hi,

I have a servlet that generates thumbnails from full size images and return the thumbnails to client.
It can be a CPU and memory intensive operation.

is there a module for jetty that would automatically cache the response body for these requests to file the first time such a request is seen,
and serve the cached file on subsequent identical requests ?

I can implement such a cache myself but wondered if there is a more general module that allow to easily do that.


_______________________________________________
jetty-users mailing list
jetty-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to