com.ibm.commerce.order.calculation
Class TaxCategoryIdCache
java.lang.Object
|
+--com.ibm.commerce.order.calculation.Cache
|
+--com.ibm.commerce.order.calculation.TaxCategoryIdCache
- public class TaxCategoryIdCache
- extends Cache
Reserved for IBM internal use.
Caches the TAXCGRY table.
Field Summary |
static java.lang.String |
COPYRIGHT
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
TaxCategoryIdCache
public TaxCategoryIdCache()
TaxCategoryIdCache
public TaxCategoryIdCache(int anCacheSize)
miss
protected java.lang.Object miss(java.lang.Object aKey)
throws ECException
- Description copied from class:
Cache
- This method is called by get() to identify the value which the key is mapped
to when it is not stored in the HashMap.
- Overrides:
miss
in class Cache