We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeae236 commit 4c89a35Copy full SHA for 4c89a35
BitFaster.Caching/Lru/LruItem.cs
@@ -14,8 +14,8 @@ public class LruItem<K, V>
14
{
15
private V data;
16
17
- private volatile bool wasAccessed;
18
- private volatile bool wasRemoved;
+ private bool wasAccessed;
+ private bool wasRemoved;
19
20
// only used when V is a non-atomic value type to prevent torn reads
21
private int sequence;
0 commit comments