get

abstract operator fun get(key: K): CompletingSharedFlow<T>(source)

If the requested key K is not found in the cache when the CompletingSharedFlow returned by get is subscribed to, then the supplier provided to the loading function will be invoked.

See also