-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Possibly the tiniest issue ever :)
When calling Remove(Async), the following log entires are written:
calling RemoveAsync
[MC] removing data (from memory)
This indicates that the item is only removed from L1, but not from L2, while it is in fact also removed from L2 (at least in my default setup)
Fix
Either remove "from memory" from the string
or
Add an additional log entry stating that the item is also remove from L2
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working