public class Cache<V> extends Object
| Constructor and Description |
|---|
Cache(int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
V |
get(String key) |
Long |
getHits() |
Long |
getMisses() |
Double |
getUse() |
boolean |
isFull() |
int |
maximumSize() |
void |
prune() |
void |
put(String key,
V object) |
int |
size() |
Copyright © 2014 jwall.org. All rights reserved.