public class LRUCache<V> extends Object
| Constructor and Description |
|---|
LRUCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(V value) |
static <V> LRUCache<V> |
create() |
V |
getLRU() |
boolean |
isEmpty() |
V |
removeLRU() |
int |
size() |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.