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 classNaturalAccountMap<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 classCCache<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 booleanCacheMgt. 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 classImmutableIntPOCache<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.
-