|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.util.CacheMgt
public class CacheMgt
Compiere Cache Management
| Method Summary | |
|---|---|
static CacheMgt |
get()
Get Cache Management |
int |
getElementCount()
Total Cached Elements |
boolean |
register(CacheInterface instance)
Register Cache Instance |
int |
reset()
Reset All registered Cache |
int |
reset(String tableName)
Reset registered Cache |
int |
reset(String tableName,
int Record_ID)
Reset registered Cache |
String |
toString()
String Representation |
String |
toStringX()
Extended String Representation |
boolean |
unregister(CacheInterface instance)
Un-Register Cache Instance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static CacheMgt get()
public boolean register(CacheInterface instance)
instance - Cache
public boolean unregister(CacheInterface instance)
instance - Cache
public int reset()
public int reset(String tableName)
tableName - table name
public int reset(String tableName,
int Record_ID)
tableName - table nameRecord_ID - record if applicable or 0 for all
public int getElementCount()
public String toString()
toString in class Objectpublic String toStringX()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||