3 Caches other than Coherence
This topic provides information on Caches other than Coherence.
OBDX can be customized to use other caches as well. This can be achieved by writing a custom java class implementing com.ofss.digx.infra.cache.IDistributedCache interface
type method should return CacheType.DISTRIBUTED and override priority method by providing the priority greater than 1.