mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
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…
x
Reference in New Issue
Block a user