|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.MLookupCache
public class MLookupCache
MLookup Data Cache. - not synchronized on purpose - Called from MLookup. Only caches multiple use for a single window!
| Method Summary | |
|---|---|
static void |
cacheReset(int WindowNo)
Clear Static Lookup Cache for Window |
protected static void |
loadEnd(MLookupInfo info,
HashMap lookup)
MLookup Loader ends loading, so add it to cache |
protected static boolean |
loadFromCache(MLookupInfo info,
HashMap<Object,Object> lookupTarget)
Load from Cache if applicable Called from MLookup constructor |
protected static void |
loadStart(MLookupInfo info)
MLookup Loader starts loading - ignore for now |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected static void loadStart(MLookupInfo info)
info - MLookupInfo
protected static void loadEnd(MLookupInfo info,
HashMap lookup)
info - lookup -
protected static boolean loadFromCache(MLookupInfo info,
HashMap<Object,Object> lookupTarget)
info - MLookupInfo to searchlookupTarget - Target HashMap
public static void cacheReset(int WindowNo)
WindowNo - WindowNo of Cache entries to delete
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||