Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty and caching some dynamic requests responses to file

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.




Back to the top