[jboss-user] [JBossCache] - Is it correct application of JBoss Cache

madhavsapre@yahoo.com do-not-reply at jboss.com
Wed Jun 27 14:40:30 EDT 2007


At present we are caching some of the frequently used domain parameters in home grown caching solution. We are using JBoss AS 4.0.5 AS and all our domain objects (Holding various parameter values required for business logic) are implemented as POJO's.

We are looking at JBoss Cache as replacement for this home grown caching solution. We intend to write our own CacheLoader that will load data from our application data store (Oracle DB) when the parameter is first requested and attach it to the cache. Similarly, for updates, we will update the parameter stored in the database when cache value is updated. We want to implement clustered non-replicating, cold cache with appropriate invalidation settings. Can anyone advise if this is the correct use of JBoss Cache? 

Thanks,
Madhav


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058357#4058357

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058357



More information about the jboss-user mailing list