so i have this web app that i've been working on, and whenever i insert or update data and refresh the sections of the page that use the data, sometimes the old values show up. i think this has something to do with the caching that hibernate does to reduce the number of queries it has to run, etc.
the problem only seems to stop when i redeploy the application. Is there something i can do with the caching that might help resolve this issue without having to redeploy? i've tried invalidating the session and creating a new one, but that doesnt seem to help.
thanks.
|