PDA

View Full Version : EhcacheManager support for SelftPopulating(read-through)



twoencore
Aug 31st, 2005, 12:33 PM
I am using the EhCacheManagerFactoryBean, in the springmodules-cache package i noticed it only supports BlockingCache out of the box?? is there a way to create a read-through cache..

I am populating the cache ever 20 minutes, it takes 30(secs.) to populate, during those 30 seconds it blocks access to the cache..it makes the application look like it is hanging until it is finished populating.


looking in the source forge at EHCache, it supposrts SelfPopulatingCache though the Ehcache construts pacakge.

http://sourceforge.net/project/shownotes.php?release_id=250532


is it possible to configure the EhcacheFacade, or EhcacheManager to allow this>????

thanks.

Costin Leau
Sep 6th, 2005, 01:35 AM
I think you can raise an issue on JIRA about this.