I'm curious, can EhCache be used to distribute files across multiple servers, or do I have to use a different solution for such?
The reason I'm asking is that we have an application that generates small binary files on request, and we're trying to figure out the easiest way to have these files available through a webserver.
EhCache has been mentioned briefly, but I've got the feeling it's more meant for caching data results and not in any way faster/cheaper than serving such binary files through a regular folder on a web server.