What happens when same key is used for an object in cache and kvm

Not applicable
 
0 3 188
3 REPLIES 3

Former Community Member
Not applicable

@vivek chikane as you are aware Cache & KVM are typically stored in different stores, in-memory & cassandra respectively. Using the same key doesn't really have any collisions if that's what your question is about. In the scenario that you mention you will be able to get the value stored in the cache & the value stored in the KVM with the same key. Hope this helps.

@Prithpal Bhogill

thank you for the information, will try to simulate the same.

Thank you @vivek chikane @Prithpal Bhogill, I was about to ask this question.

@Prithpal Bhogill Can you please point out an link where I can read more about this.