Package | Description |
---|---|
org.alfresco.repo.cache.lookup |
Modifier and Type | Class and Description |
---|---|
static class |
EntityLookupCache.EntityLookupCallbackDAOAdaptor<K2 extends Serializable,V2,VK2 extends Serializable>
Adaptor for implementations that support immutable entities.
|
Constructor and Description |
---|
EntityLookupCache(EntityLookupCache.EntityLookupCallbackDAO<K,V,VK> entityLookup)
Construct the lookup cache without any cache.
|
EntityLookupCache(org.alfresco.repo.cache.SimpleCache cache,
EntityLookupCache.EntityLookupCallbackDAO<K,V,VK> entityLookup)
Construct the lookup cache, using the
default cache region . |
EntityLookupCache(org.alfresco.repo.cache.SimpleCache cache,
String cacheRegion,
EntityLookupCache.EntityLookupCallbackDAO<K,V,VK> entityLookup)
Construct the lookup cache, using the given cache region.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.