com.ibm.commerce.order.calculation
Class StoreEntityUsageCache
- java.lang.Object
-
- com.ibm.commerce.order.calculation.Cache
-
- com.ibm.commerce.order.calculation.StoreEntityUsageCache
-
public class StoreEntityUsageCache extends Cache
Caches the STENCALUSG table.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
-
Fields inherited from class com.ibm.commerce.order.calculation.Cache
DEFAULT_MAX_SIZE
-
-
Constructor Summary
Constructors Constructor and Description StoreEntityUsageCache()
StoreEntityUsageCache(int anCacheSize)
-
Method Summary
-
Methods inherited from class com.ibm.commerce.order.calculation.Cache
clear, get, getDefaultMaxSize, getMaxSize, remove, setMaxSize, setSize, toString
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
-
-