LazyLoadConfiguration

data class LazyLoadConfiguration(var cacheRefreshInterval: Duration = 60.seconds)(source)

Describes the lazy load polling configuration.

Constructors

Link copied to clipboard
constructor(cacheRefreshInterval: Duration = 60.seconds)

Properties

Link copied to clipboard

The interval of how long the cache will store its value before fetching the latest from the network again.