It is unclear to me from the OJB documentation whether the default distributed caching mechanism in OJB guarantees consistency. For example, if I have cache A and cache B, on separate JVMs, both hitting the same database, does OJB guarantee consistency betwixt the two caches (assuming that all configuration elements are identical an A and B)?
I know that JCS does NOT guarantee lateral cache consistency. Hybernate uses JCS, and therefore, since we need cache consistency accros clustered environments, Hybernate is out. OJB documentation seems to suggest that it maintains cache consistency but never specifically states that it can guarantee it. Thanks in advance. Dave Keyes -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
