setValue

open suspend override fun setValue(value: V, key: CacheKey)

Stores value for key, stamping it with the current time.


open suspend override fun setValue(value: V, key: CacheKey, timestamp: Long)

Stores value for key stamped with the given epoch-millisecond timestamp.