Interface | Description |
---|---|
EntityLookupCache.EntityLookupCallbackDAO<K1 extends Serializable,V1,VK1 extends Serializable> |
Interface to support lookups of the entities using keys and values.
|
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 Serializable,V,VK extends Serializable> |
A cache for two-way lookups of database entities.
|
EntityLookupCache.EntityLookupCallbackDAOAdaptor<K2 extends Serializable,V2,VK2 extends Serializable> |
Adaptor for implementations that support immutable entities.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.