Uses of Class
org.compiere.util.CCache
-
Packages that use CCache Package Description org.compiere.model Provides for....org.compiere.util org.idempiere.cache -
-
Uses of CCache in org.compiere.model
Subclasses of CCache in org.compiere.model Modifier and Type Class Description class
NaturalAccountMap<K,V>
Natural Account (HashMap) Management.Fields in org.compiere.model declared as CCache Modifier and Type Field Description protected static CCache<String,org.compiere.model.MMailText.MMailTextTrl>
MMailText. s_cacheTrl
Translation Cacheprotected static CCache<Integer,MUOMConversion[]>
MUOMConversion. s_conversionProduct
Product Conversion Mapprotected static CCache<Point,BigDecimal>
MUOMConversion. s_conversions
Conversion Map: Key=Point(from,to) Value=BigDecimal -
Uses of CCache in org.compiere.util
Methods in org.compiere.util that return CCache Modifier and Type Method Description CCache<String,String>
Msg. getElementMap(String ad_language)
Get language specific translation map for AD_ElementCCache<String,String>
Msg. getMsgMap(String ad_language)
Get Language specific Message MapMethods in org.compiere.util with parameters of type CCache Modifier and Type Method Description <K,V>
Map<K,V>CacheMgt. register(CCache<K,V> instance, boolean distributed)
Create Cache InstanceConstructors in org.compiere.util with parameters of type CCache Constructor Description CacheInfo(CCache<?,?> cache)
-
Uses of CCache in org.idempiere.cache
Subclasses of CCache in org.idempiere.cache Modifier and Type Class Description class
ImmutableIntPOCache<K,V extends PO & ImmutablePOSupport>
ImmutableIntPOCache key by Integer record idclass
ImmutablePOCache<K,V extends PO & ImmutablePOSupport>
Thread safe PO cache.class
IntPOCopyCache<K,V extends PO>
POCopyCache key by Integer record idclass
POCopyCache<K,V extends PO>
Thread safe PO cache using copy on read and copy on write strategy.
-