Package org.bgerp.cache
Class CustomerGroupCache
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
flush
(Connection con) static List
<CustomerGroup> static Map
<Integer, CustomerGroup> protected CustomerGroupCache
Creates a new cache instance
-
Constructor Details
-
CustomerGroupCache
public CustomerGroupCache()
-
-
Method Details
-
getGroupList
-
getGroupMap
-
flush
-
newInstance
Description copied from class:Cache
Creates a new cache instance- Specified by:
newInstance
in classCache<CustomerGroupCache>
- Returns:
- the instance
-