public class SyncedLRUCache<K,V>
extends java.lang.Object
| Constructor and Description |
|---|
SyncedLRUCache(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key) |
void |
put(K key,
V value) |
Copyright © 2017–2022. All rights reserved.