@bluelibs/runner - v6.4.1
    Preparing search index...

    Type Alias CacheHitEnvelope

    Presence-aware hit envelope returned by ICacheProvider.getEntry. A returned envelope always means "the key is cached" — even when value is undefined — while undefined from getEntry means "cache miss".

    type CacheHitEnvelope = {
        value: unknown;
    }
    Index

    Properties

    Properties

    value: unknown