|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
org.mmbase.util.Cachehash
CacheHash, a hashtable that keeps info on max size, type to be able to let the parent control it better for cache/writeback caches
| Field Summary | |
static int |
DELAYEDSAVE
|
static int |
SAVE
|
static int |
TEMP
|
| Constructor Summary | |
Cachehash(int type,
int max)
|
|
Cachehash(int type,
int max,
java.util.Hashtable newHash)
|
|
| Method Summary | |
int |
getMax()
|
int |
getType()
|
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int TEMP
public static final int SAVE
public static final int DELAYEDSAVE
| Constructor Detail |
public Cachehash(int type,
int max)
public Cachehash(int type,
int max,
java.util.Hashtable newHash)
| Method Detail |
public int getType()
public int getMax()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||