Cache the last value of the observable Will stay alive without subscribers for the duration specified Every new value voids the observable until a value is emitted from the mapped observable
Function to generate an observable which populates the main observable after being voided
Keep alive duration is ms
Cache the last value of the observable Will stay alive without subscribers for the duration specified Every new value voids the observable until a value is emitted from the mapped observable