Local Cache Semantics
754801Mar 6 2013 — edited Mar 8 2013Hi,
I have a newbie question on how LocalCache works. I am guessing we can do size based eviction on LocalCache also. Is it legal to mutate the cache values outside of the cache since I get the reference to the value when I do a cache.get()? If yes, how does Coherence track the size changes of the local caches? Also how does it provide cache notifications when the objects are mutated and not doing an explicit put()?
Thanks
SKR