-
- All Implemented Interfaces:
public class CacheObjectInternal CacheObject object for storing data of the cache.
-
-
Field Summary
Fields Modifier and Type Field Description private final CacheTypestypeprivate final InstantvalidUntil
-
Constructor Summary
Constructors Constructor Description CacheObject(CacheTypes type, Instant validUntil)
-
Method Summary
Modifier and Type Method Description CacheTypesgetType()InstantgetValidUntil()-
-
Constructor Detail
-
CacheObject
CacheObject(CacheTypes type, Instant validUntil)
-
-
Method Detail
-
getType
CacheTypes getType()
-
getValidUntil
Instant getValidUntil()
-
-
-
-