• Cache the last value of the observable Will cache permanently. Will stay alive even with 0 subscribers Complete observable to dispose

    Type Parameters

    • T

    Parameters

    • releaseOnValue: boolean = false

      If true the cache will reset when there are no subscribers and a new value is emitted from the source

    Returns MonoTypeOperatorFunction<T>