-
Does anyone try to use Caffeine as front cache in near cache scheme? Did I miss something? or there are some work-around I can try? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The schema coherence-cache-config.xsd is currently incorrect in 14.1.1.2206 coherence-cache-config.xsd to allow for caffeine-scheme. Updated front-scheme with a workaround for you.
I am filing a bug to get this issue addressed. |
Beta Was this translation helpful? Give feedback.
-
Appreciated, that works A related question about Caffeine I also tried to use Caffeine as backing map, not exactly like the document shown, since I need to use cachestore, I kept read-write-backing-map-scheme and internal-cache-scheme, then replaced local-scheme with caffeine-scheme under it, it can work this way, and i can see the Caffeine map get created. my question is:
|
Beta Was this translation helpful? Give feedback.
-
Your follow up question is quite different than the original question. So it should be in a different question or issue. Given the complexity of the description and the numerous features described, we do need more than a casual list of the features used. Minimally, we need to see the coherence cache configuration, the CacheStore implementation and the application code that Additionally, it is quite non-deterministic to state you are performing an AsyncNamedCache.putAll in one thread and calling clear() on another thread. Are you certain the putAll has completed by waiting on the completablefuture returned by AsyncNamedCache.putAll() ? |
Beta Was this translation helpful? Give feedback.
The schema coherence-cache-config.xsd is currently incorrect in 14.1.1.2206 coherence-cache-config.xsd to allow for caffeine-scheme. Updated front-scheme with a workaround for you.