public final class TimedSizeCache extends Object
| Constructor and Description |
|---|
TimedSizeCache(int maxSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Object |
get(String key) |
int |
getMaxSize() |
boolean |
isEmpty() |
boolean |
isFull() |
void |
prune() |
void |
put(String key,
Object object) |
void |
put(String key,
Object object,
long timeout) |
void |
remove(String key) |
int |
size() |
public int getMaxSize()
public void prune()
public boolean isEmpty()
public boolean isFull()
public void remove(String key)
public void clear()
public int size()
Copyright © 2016 jetbrick. All rights reserved.