1. Caching a massive ordered collection stackoverflow.comI'm try to think of the best way to cache a very large collection (a couple million) that has a specific order using ehcache. The objects in the collection are big (lots ... |
2. Infinite Loop on Cached collection in Multithreaded environment stackoverflow.comMy application is running on tomcat with Spring and Hibernate framework. It uses EHCache as a cache provider in service level. That means objects created by service classes are put into ... |
3. Collection of shared entries forums.terracotta.orgHi, I'm not an expert on EhCache and I'm kind of curious of the best way to design a cache in a Spring, Hibernate scenario where the functionality is like a Facebook Wall, i.e. there are collections of items that are shared by a great number of users. Ideally you'd conceptually cache all individual entries when you retrieve someone's wall and ... |