caching and different sessions in a web application

User 173254b396

23-01-2007 10:17:39

Hi,





I wonder how caching is done in a web application. The cache is shared between the sessions or every session has its own cache?

ChemAxon 9c0afc9aaf

23-01-2007 13:56:24

Hi,





The structure cache is a static Java object, so it is shared between the sessions running in the same JVM (as long as they are using the same classloader).





Best regards,





Szilard