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