|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.order.calculation.Cache | +--com.ibm.commerce.order.calculation.CodeCache
Reserved for IBM internal use. Caches the CALCODE table.
Field Summary | |
static java.lang.String |
COPYRIGHT
|
Fields inherited from class com.ibm.commerce.order.calculation.Cache |
DEFAULT_SIZE |
Constructor Summary | |
CodeCache()
|
|
CodeCache(int anCacheSize)
|
Method Summary | |
protected java.lang.Object |
miss(java.lang.Object aKey)
This method is called by get() to identify the value which the key is mapped to when it is not stored in the HashMap. |
Methods inherited from class com.ibm.commerce.order.calculation.Cache |
clear, get, setSize, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public CodeCache()
public CodeCache(int anCacheSize)
Method Detail |
protected java.lang.Object miss(java.lang.Object aKey) throws ECException
Cache
miss
in class Cache
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |