xior
    Preparing search index...

    Type Alias RecordedCache

    type RecordedCache = {
        timestamp: number;
        value?: XiorPromise;
    }
    Index

    Properties

    Properties

    timestamp: number
    value?: XiorPromise