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 32e807c commit bb147ffCopy full SHA for bb147ff
BitFaster.Caching/Lfu/LfuNode.cs
@@ -116,7 +116,7 @@ internal V SeqLockRead()
116
}
117
118
119
- // Note: LruItem should be locked while invoking this method. Multiple writer threads are not supported.
+ // Note: LfuNode should be locked while invoking this method. Multiple writer threads are not supported.
120
internal void SeqLockWrite(V value)
121
{
122
Interlocked.Increment(ref sequence);
0 commit comments