struct

Fetcher::CacheEntry

Inherits Struct < Value < Object

Constructors

new(value : Result, last_accessed : Time::Instant, ttl : Time::Span)
Source

Instance methods

expired?
Source
last_accessed

A monotonic instant (Time::Instant) from Time.instant -- not a wall-clock point. Wall-clock (Time) would miscalculate TTL if the system clock jumped (NTP correction, suspend/resume).

Source
value
Source