Package org.bgerp.cache
Class ProcessQueueCache
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
flush
(Connection con) static Queue
getQueue
(int id) static Queue
getUserQueueList
(User user) protected ProcessQueueCache
Creates a new cache instance
-
Constructor Details
-
ProcessQueueCache
public ProcessQueueCache()
-
-
Method Details
-
getQueue
-
getQueue
-
getQueueMap
-
getQueueList
-
getUserQueueList
-
flush
-
newInstance
Description copied from class:Cache
Creates a new cache instance- Specified by:
newInstance
in classCache<ProcessQueueCache>
- Returns:
- the instance
-