Class CacheEntryBase<ObjectType>

java.lang.Object
se.liu.ida.hefquin.base.datastructures.impl.cache.CacheEntryBase<ObjectType>
All Implemented Interfaces:
Serializable, CacheEntry<ObjectType>
Direct Known Subclasses:
CardinalityCacheEntry

public class CacheEntryBase<ObjectType> extends Object implements CacheEntry<ObjectType>, Serializable
See Also:
  • Field Details

    • obj

      protected final ObjectType obj
    • creationTime

      protected final long creationTime
  • Constructor Details

    • CacheEntryBase

      public CacheEntryBase(ObjectType obj)
    • CacheEntryBase

      public CacheEntryBase(ObjectType obj, long creationTime)
  • Method Details