Uses of Class
org.compiere.util.CCache
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
Provide implementation for conversion of amount to word.
Provide global cache, server log, JDBC interface, Transaction and Email implementation.
Provide global cache, server log, JDBC interface, Transaction and Email implementation.
Provide interface and classes for thread safe PO cache implementation
-
Uses of CCache in org.compiere.model
Modifier and TypeClassDescriptionfinal class
NaturalAccountMap<K,
V> Natural Account (HashMap) Management.Modifier and TypeFieldDescriptionMMailText.s_cacheTrl
Translation Cacheprotected static final 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
Modifier and TypeMethodDescriptionMsg.getElementMap
(String ad_language) Get language specific translation map for AD_ElementMsg.getElementPrintNameMap
(String ad_language) Get language specific translation map for AD_Element print nameGet Language specific Message Map -
Uses of CCache in org.idempiere.cache
Modifier and TypeClassDescriptionclass
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.