Hi, I'm using my own custom IEngineService to serve images from the database and to improve performance I would like to implement the Servlet method getLastModified so I will cache last modified dates with images in memory. I will enable mod_cache in apache so it won't hit the database each time on request. I've tested this and it seems to work perfect with a simple servlet. So my question is: how do I implement this method for a specific custom service?
Thanx, Wouter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
