Uses of Interface
org.compiere.util.CacheInterface
Packages that use 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 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 CacheInterface in org.compiere.model
Classes in org.compiere.model that implement CacheInterfaceModifier and TypeClassDescriptionfinal class
NaturalAccountMap<K,
V> Natural Account (HashMap) Management. -
Uses of CacheInterface in org.compiere.util
Classes in org.compiere.util that implement CacheInterfaceModifier and TypeClassDescriptionclass
CCache<K,
V> Default cache implementation, usually use for caching of table data.Methods in org.compiere.util that return CacheInterfaceMethods in org.compiere.util with parameters of type CacheInterfaceModifier and TypeMethodDescriptionboolean
CacheMgt.unregister
(CacheInterface instance) Un-Register Cache Instance -
Uses of CacheInterface in org.idempiere.cache
Classes in org.idempiere.cache that implement CacheInterfaceModifier 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.