Interface CacheEntryFactory<EntryType extends CacheEntry<ObjectType>,ObjectType> 
- All Known Implementing Classes:
 CacheEntryBaseFactory,CardinalityCacheEntryFactory
public interface CacheEntryFactory<EntryType extends CacheEntry<ObjectType>,ObjectType> 
Creates EntryType objects that wrap ObjectType objects.
- 
Method Summary
Modifier and TypeMethodDescriptionCreates and returns a new EntryType object that wraps the given object. 
- 
Method Details
- 
createCacheEntry
Creates and returns a new EntryType object that wraps the given object. 
 -