I had alot of success with using OSCache on a previous project, the documentation was good.. an advantage i saw over EHCache was OSCache ability to return stale content while the cache is being updated... EHCache has a limitation that blocked thread writes while being updated..which made a bottle neck when doing "Method level" caching...with OSCache would send back the stale content while the cache is being updated from another thread.
OSCache also supports distributed cache clustering via JMS.
also your not tied to a container(JBossTree)![]()


Reply With Quote