PrefetchRequestScope



Scope for PrefetchRequest.execute, supplying info about how much time it has to execute requests.

Summary

Public properties

Long

How much time is available to do prefetch work.

Cmn

Public properties

availableTimeNanos

val availableTimeNanosLong

How much time is available to do prefetch work. Implementations of PrefetchRequest should do their best to fit their work into this time without going over.