July 4th Sale
Limited Time Deal: Unlock all premium questions for over 40% off
$10.42$6.25
10
:
09
:
29
:
52
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 ...