Package org.alfresco.repo.cache.lookup
-
Interface Summary Interface Description EntityLookupCache.EntityLookupCallbackDAO<K1 extends java.io.Serializable,V1,VK1 extends java.io.Serializable> Interface to support lookups of the entities using keys and values. -
Class Summary Class Description CacheRegionKey Key-wrapper used to separate cache regions, allowing a single cache to be used for different purposes. This class is distinct from the ID key so that ID-based lookups don't class with value-based lookups.CacheRegionValueKey Value-key-wrapper used to separate cache regions, allowing a single cache to be used for different purposes. This class is distinct from the region key so that ID-based lookups don't class with value-based lookups.EntityLookupCache<K extends java.io.Serializable,V,VK extends java.io.Serializable> A cache for two-way lookups of database entities.EntityLookupCache.EntityLookupCallbackDAOAdaptor<K2 extends java.io.Serializable,V2,VK2 extends java.io.Serializable> Adaptor for implementations that support immutable entities.