|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.abora.white.xpp.basic.Heaper
|
+--org.abora.white.cache.CacheManager
| Constructor Summary | |
CacheManager()
|
|
| Method Summary | |
int |
actualHashForEqual()
Defined by subclasses to produce the value returned by hashForEqual. |
abstract Heaper |
fetch(Heaper key)
Return the value associated with the key, if any. |
abstract boolean |
hasMember(Heaper key)
Does te cach contain something at the given key? |
abstract boolean |
wipe(Heaper key)
Remove the cached association with key. |
| Methods inherited from class org.abora.white.xpp.basic.Heaper |
destroy, destruct, equals, hashForEqual, isEqual, printContentsOn, printOn, sendSelfTo, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CacheManager()
| Method Detail |
public abstract Heaper fetch(Heaper key)
public abstract boolean hasMember(Heaper key)
public abstract boolean wipe(Heaper key)
public int actualHashForEqual()
Heaper
actualHashForEqual in class Heaper
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||