soundcloud-api-ts - v1.13.4
    Preparing search index...

    Interface SoundCloudCacheEntry<T>

    A cache entry with an expiration timestamp.

    interface SoundCloudCacheEntry<T> {
        expiresAt: number;
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    expiresAt: number

    Unix timestamp (ms) when this entry expires

    value: T

    The cached value