Uses of Interface
org.compiere.util.CacheInterface
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 CacheInterface in org.compiere.model
Modifier and TypeClassDescriptionfinal class
NaturalAccountMap<K,
V> Natural Account (HashMap) Management. -
Uses of CacheInterface in org.compiere.util
Modifier and TypeMethodDescriptionboolean
CacheMgt.unregister
(CacheInterface instance) Un-Register Cache Instance -
Uses of CacheInterface 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.