public class StockControlCache
extends java.lang.Object
| Constructor and Description |
|---|
StockControlCache() |
| Modifier and Type | Method and Description |
|---|---|
static StockControlProperties |
get(java.lang.String stockControl)
retrieves the stock control properties from the cache by the stock control key
|
static void |
store(StockControlProperties scp)
saves stock control porperties in the cache
|
public static void store(StockControlProperties scp)
scp - stock control propertiespublic static StockControlProperties get(java.lang.String stockControl)
stockControl - stock control key