PrefetchRequestScope



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

Summary

Public functions

Long

How much time is available to do prefetch work.

Cmn

Public functions

availableTimeNanos

fun availableTimeNanos(): Long

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.