Class CacheEntryBase<ObjectType>
java.lang.Object
se.liu.ida.hefquin.base.datastructures.impl.cache.CacheEntryBase<ObjectType>
- All Implemented Interfaces:
CacheEntry<ObjectType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the object that is cached via this cache entry.
-
Field Details
-
obj
-
-
Constructor Details
-
CacheEntryBase
-
-
Method Details
-
getObject
Description copied from interface:CacheEntry
Returns the object that is cached via this cache entry.- Specified by:
getObject
in interfaceCacheEntry<ObjectType>
-