Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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

Not applicable
 
0 3 209
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.