[Opensymphony-oscache] Cache and clustering (again) on 2.1RC1
dres <[email protected]> Tue, 03 May 2005 12:12:09 CDT
| Newsgroups | gmane.comp.java.open-symphony.os-cache |
|---|---|
| Message-ID | <28899144.1115140359340.JavaMail.os-j2ee@opensymphony01.contegix.com> |
if you check out the AbstractBroadcastingListener, you will see only FLUSH events are broadcast to the cluster. STALE cache map access events (actually all cache map acess events) are not. If you want that functionality, you can subclass AbstractBroadcastingListener or JavaGroupBroadcastingListener, otherwise you can just call flush(key) when you catch the NRException. --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=1875&messageID=5972#5972