Package org.idempiere.cache
-
Interface Summary Interface Description ImmutablePOSupport Model class that support immutable should implement this interface -
Class Summary Class Description ImmutableIntPOCache<K,V extends PO & ImmutablePOSupport> ImmutableIntPOCache key by Integer record idImmutablePOCache<K,V extends PO & ImmutablePOSupport> Thread safe PO cache.IntPOCopyCache<K,V extends PO> POCopyCache key by Integer record idPOCopyCache<K,V extends PO> Thread safe PO cache using copy on read and copy on write strategy.