Hibernate Distributed Cache

Posted by DD on Stack Overflow See other posts from Stack Overflow or by DD
Published on 2011-01-15T11:39:11Z Indexed on 2011/01/15 11:53 UTC
Read the original article Hit count: 170

Filed under:

Hi, I'm looking to setup Hibernate with distributed cache where I have one application writing to the DB and another one reading from the DB. Is there an easy way to notify the reading application when the writing one has written through Hibernate? The distributed cache will invalidate the cache but I need the reading application to know a change has been made to refresh its data immediately.

Thanks, D

© Stack Overflow or respective owner

Related posts about hibernate