2 Replies Latest reply on Jul 6, 2007 1:14 PM by manik

    Is it correct application of JBoss Cache

    madhavsapre

      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