luzapi
    Preparing search index...

    Type Alias CacheEntry

    type CacheEntry = {
        expiresAt: number;
        value: any;
    }
    Index

    Properties

    Properties

    expiresAt: number
    value: any