1 Reply Latest reply on Mar 17, 2003 2:56 PM by slaboure

    Entity Cache invalidation in JBOSS

    thammoud

      Hello,

      We would like to setup a 2 node cluster using commit option A. Most of the data is cached on startup.

      - The round robin policy is first available.
      - We want to utilize the cache invalidation logic per the documentation

      Is there a way to manually invalidate an entity using an API ?

      How reliable is the invalidation logic ? Does anyone use it ? I have seen very little discussion about it in the forums. So its is the most reliable piece of software or none uses it.

      Thanks,
      T. Hammoud

        • 1. Re: Entity Cache invalidation in JBOSS
          slaboure

          Good question! ;)

          As for the manual invalidation, yes it is possible to do it, simply take a look at files in jboss-3.2\server\src\main\org\jboss\cache\invalidation

          More specifically, InvalidationManagerMBean.java

          Cheers,


          sacha