-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
Case - Adding the key which is already exist in the Cache with some new value
Expected Behaviour -
Update the value associated with the key.
Mark the key as recently used — move it to the "most recently used" position in linked list(At the last as per current implementation)
Do NOT increase the size of the cache.
Actual Behaviour -
Eldest Key is removed unnecessary

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels