ixfx
    Preparing search index...

    Type Alias CacheStream<T>

    CacheStream: { last: () => T | undefined; resetCachedValue: () => void }

    A stream that caches its last value

    Type Parameters

    • T

    Type declaration

    • last: () => T | undefined

      Gets the cached value, if available

    • resetCachedValue: () => void

      Clears the last cached value