Uses of Interface
org.compiere.util.CacheInterface
-
Packages that use CacheInterface Package Description org.compiere.model Provides for....org.compiere.util org.idempiere.cache -
-
Uses of CacheInterface in org.compiere.model
Classes in org.compiere.model that implement CacheInterface Modifier and Type Class Description class
NaturalAccountMap<K,V>
Natural Account (HashMap) Management. -
Uses of CacheInterface in org.compiere.util
Classes in org.compiere.util that implement CacheInterface Modifier and Type Class Description class
CCache<K,V>
Cache for table.Methods in org.compiere.util that return CacheInterface Modifier and Type Method Description CacheInterface[]
CacheMgt. getInstancesAsArray()
Methods in org.compiere.util with parameters of type CacheInterface Modifier and Type Method Description boolean
CacheMgt. unregister(CacheInterface instance)
Un-Register Cache Instance -
Uses of CacheInterface in org.idempiere.cache
Classes in org.idempiere.cache that implement CacheInterface 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.
-