Does DataNucleus support Cache Coordination? If yes, how can I enable and use it?
I'm not actively using DataNucleus yet, but I want to consider it, if it supports Cache Coordination.
Background: Cache coordination is used by multiple cache instances to inform each other about changed entities (e. g. via JMS or RMI). Its purpose is to reduce the number of failed or repeated transactions (similar to what e. g. EclipseLink provides?)