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