public final class MissingStaticCache<K,V>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
DEFAULT_SIZE |
| Constructor and Description |
|---|
MissingStaticCache() |
MissingStaticCache(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
edenSize() |
V |
get(K k) |
int |
getMissesMax() |
int |
increamentMissing() |
void |
put(K k,
V v) |
boolean |
stopCache()
判断是否需要停止缓存数据
|
public final int DEFAULT_SIZE