Uses of Interface
org.alfresco.repo.cache.lookup.EntityLookupCache.EntityLookupCallbackDAO
Packages that use EntityLookupCache.EntityLookupCallbackDAO
-
Uses of EntityLookupCache.EntityLookupCallbackDAO in org.alfresco.repo.cache.lookup
Classes in org.alfresco.repo.cache.lookup that implement EntityLookupCache.EntityLookupCallbackDAOModifier and TypeClassDescriptionstatic classEntityLookupCache.EntityLookupCallbackDAOAdaptor<K2 extends Serializable,V2, VK2 extends Serializable> Adaptor for implementations that support immutable entities.Constructors in org.alfresco.repo.cache.lookup with parameters of type EntityLookupCache.EntityLookupCallbackDAOModifierConstructorDescriptionEntityLookupCache(EntityLookupCache.EntityLookupCallbackDAO<K, V, VK> entityLookup) Construct the lookup cache without any cache.EntityLookupCache(SimpleCache cache, String cacheRegion, EntityLookupCache.EntityLookupCallbackDAO<K, V, VK> entityLookup) Construct the lookup cache, using the given cache region.EntityLookupCache(SimpleCache cache, EntityLookupCache.EntityLookupCallbackDAO<K, V, VK> entityLookup) Construct the lookup cache, using thedefault cache region.