Class CacheEntryBaseFactory<ObjectType>
java.lang.Object
se.liu.ida.hefquin.base.datastructures.impl.cache.CacheEntryBaseFactory<ObjectType>
- All Implemented Interfaces:
CacheEntryFactory<CacheEntryBase<ObjectType>,
ObjectType>
public class CacheEntryBaseFactory<ObjectType>
extends Object
implements CacheEntryFactory<CacheEntryBase<ObjectType>,ObjectType>
An implementation of
CacheEntryFactory
for CacheEntryBase
objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates and returns a new EntryType object that wraps the given object.
-
Constructor Details
-
CacheEntryBaseFactory
public CacheEntryBaseFactory()
-
-
Method Details
-
createCacheEntry
Description copied from interface:CacheEntryFactory
Creates and returns a new EntryType object that wraps the given object.- Specified by:
createCacheEntry
in interfaceCacheEntryFactory<CacheEntryBase<ObjectType>,
ObjectType>
-