Hello all On 2002-03-31, Tavis started a discussion on a caching framework. Since we'll need a (or several) application-wide (not servlet-wide) cache in our project, I wanted to hear whether anybody has worked on this theme.
If not, we would code a Cache class and give it to the community though our requirements are surely "lower" than that what Tavis outlined in his mail. :-) We probably "only" need: - multiple application-wide caches - thread-safe - not necessarily persistent (though that would be fine) - caching by automatically assigned unique id (at least per cache) or key set to a certain value - automatic cache cleaning based on expiration date (or maybe other criteria) The intended primarily purpose of these caches is to store HTML output or objects that have been read from the database and can easily be "turned into HTML". We won't be able to invest more than the necessary work to satisfy our project's needs but if someone has ideas or suggestions, or want to participate, please tell me. :) Stefan ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
