public class CustomerGroupCache extends Cache<CustomerGroupCache>
Constructor and Description |
---|
CustomerGroupCache() |
Modifier and Type | Method and Description |
---|---|
static void |
flush(java.sql.Connection con) |
static java.util.List<CustomerGroup> |
getGroupList() |
static java.util.Map<java.lang.Integer,CustomerGroup> |
getGroupMap() |
protected CustomerGroupCache |
newInstance() |
public static java.util.List<CustomerGroup> getGroupList()
public static java.util.Map<java.lang.Integer,CustomerGroup> getGroupMap()
public static void flush(java.sql.Connection con)
protected CustomerGroupCache newInstance()
newInstance
in class Cache<CustomerGroupCache>