Package-level declarations
Types
Link copied to clipboard
internal class FlowCache<Key : Any, Value>(cacheScope: <Error class: unknown class>, flowTimeoutDuration: <Error class: unknown class> = FLOW_OBSERVING_TIMEOUT_IN_MILLIS.milliseconds)
In-memory cache for sharing flows. This aims to bundle all interested collectors and read from a single upstream source, reducing IO reading.