RE: [Opensymphony-oscache] oscache hangs when getFromCache

"Chris Miller" <[email protected]> Wed, 20 Apr 2005 08:51:41 +0000
Newsgroups gmane.comp.java.open-symphony.os-cache
Message-ID <[email protected]>
Are you sure you're handling the NeedsRefreshException correctly? See the 
docs for GeneralCacheAdministrator for examples: 
http://www.opensymphony.com/oscache/api/com/opensymphony/oscache/general/GeneralCacheAdministrator.html

Also, if you're using disk persistence, any cached objects need to be 
correctly serializable.