1 Reply Latest reply on May 14, 2012 2:20 PM by smarlow

    Ehcache invalidation in Jboss 7

    danjee

      I've configured my application to use the ehcache provider, and everything seems to be in order regarding caching of entities.

      My questions is how can I invalidate that cache if database entries are updated from a different source.

      I need to get a hold of the CacheManager so I can flush the caches.

       

      Thanks