Package org.idempiere.cache
package org.idempiere.cache
Provide interface and classes for thread safe PO cache implementation
-
ClassDescriptionImmutableIntPOCache<K,
V extends PO & ImmutablePOSupport> ImmutableIntPOCache key by Integer record idImmutablePOCache<K,V extends PO & ImmutablePOSupport> Thread safe PO cache.Model class that support immutable cache should implement this interfaceIntPOCopyCache<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.