Uses of Class
org.compiere.util.CCache
Packages that use 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 cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
Provide interface and classes for thread safe PO cache implementation
-
Uses of CCache in org.compiere.model
Subclasses of CCache in org.compiere.modelModifier and TypeClassDescriptionfinal classNaturalAccountMap<K,V> Natural Account (HashMap) Management.Fields in org.compiere.model declared as CCacheModifier and TypeFieldDescriptionMMailText.s_cacheTrlTranslation Cacheprotected static final CCache<Integer,MUOMConversion[]> MUOMConversion.s_conversionProductProduct Conversion Mapprotected static CCache<Point,BigDecimal> MUOMConversion.s_conversionsConversion Map: Key=Point(from,to) Value=BigDecimal -
Uses of CCache in org.compiere.util
Methods in org.compiere.util that return CCacheModifier 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 MapMethods in org.compiere.util with parameters of type CCacheModifier and TypeMethodDescription<K,V> Map<K, V> Register new CCache Instance.
This is use byCCacheand developer usually shouldn't call this directly.Constructors in org.compiere.util with parameters of type CCache -
Uses of CCache in org.idempiere.cache
Subclasses of CCache in org.idempiere.cacheModifier and TypeClassDescriptionclassImmutableIntPOCache<K,V extends PO & ImmutablePOSupport> ImmutableIntPOCache key by Integer record idclassImmutablePOCache<K,V extends PO & ImmutablePOSupport> Thread safe PO cache.classIntPOCopyCache<K,V extends PO> POCopyCache key by Integer record idclassPOCopyCache<K,V extends PO> Thread safe PO cache using copy on read and copy on write strategy.