-
- All Implemented Interfaces:
-
kotlin.properties.ReadOnlyProperty
@ExperimentalTime() public final class CachedFor<T extends Object> implements ReadOnlyProperty
-
-
Method Summary
-
-
Method Detail
-
getValue
T getValue(Object thisRef, KProperty<?> property)
Returns the value of the property for the given object.- Parameters:
thisRef- the object for which the value is requested.property- the metadata for the property.
-
getLastTime
final TimeMark getLastTime()
-
getDuration
final Duration getDuration()
-
setLastTime
final Unit setLastTime(TimeMark lastTime)
-
-
-
-