aspose file tools
The moose likes OSCache and the fly likes OSCache Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Caching » OSCache
Reply Bookmark "OSCache" Watch "OSCache" New topic
Author

OSCache

Bony Sen
Greenhorn

Joined: Dec 02, 2008
Posts: 23
Hi

I'm using OSCache in my application. At application startup, I am storing some data in the session object which gets refreshed after a specified time interval.
Some of this data is login data specific and some is not. I would like to move my reference data from the session level to the application level so that the queries are not fired each time a user logs in. Any help would be appreciated.

Thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: OSCache
 
Similar Threads
Use OSCache for performance tunning
Why use Stateful session bean as opposed to a HTTP session ?
Call a servlet in listener
Servlet to Servlet
Use of cache through JNDI