Enforce strict eviction semantics
This commit is contained in:
parent
8d33be83b7
commit
9ca032ae9d
|
@ -145,7 +145,7 @@ public class Cache<K, V> {
|
|||
final K key;
|
||||
final V value;
|
||||
long writeTime;
|
||||
long accessTime;
|
||||
volatile long accessTime;
|
||||
Entry<K, V> before;
|
||||
Entry<K, V> after;
|
||||
State state = State.NEW;
|
||||
|
|
Loading…
Reference in New Issue