Spring Hire Sale
Limited Time Deal: Unlock all premium questions for over 30% off
$10.42$7.08
08
:
03
:
12
:
36
Back to Dashboard
Transactional Cache
Hard
Implement an in-memory key-value cache that supports nested transactions. The cache stores string keys mapped to string values and provides the following operations:
put(key, value)- sets or updates the value for a key ...