CacheObject

open class CacheObject

Internal CacheObject object for storing data of the cache.

Constructors

Link copied to clipboard
open fun CacheObject(type: CacheTypes, validUntil: Instant)

Properties

Link copied to clipboard
private val type: CacheTypes
Link copied to clipboard
private val validUntil: Instant