|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mentawai.cache.AbstractCache
org.mentawai.cache.FIFOCache
public class FIFOCache
| Field Summary |
|---|
| Fields inherited from class org.mentawai.cache.AbstractCache |
|---|
capacity, hits, LOAD, map, misses, name, startDate |
| Constructor Summary | |
|---|---|
FIFOCache(String name,
int capacity)
|
|
FIFOCache(String name,
int capacity,
float load)
|
|
| Method Summary | |
|---|---|
protected Map<Object,Object> |
createMap(int initialCapacity,
float load)
|
| Methods inherited from class org.mentawai.cache.AbstractCache |
|---|
clear, get, getSize, put, remove, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FIFOCache(String name,
int capacity)
public FIFOCache(String name,
int capacity,
float load)
| Method Detail |
|---|
protected Map<Object,Object> createMap(int initialCapacity,
float load)
createMap in class AbstractCache
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||