SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Representation of a cached object.

    interface CacheEntry<T> {
        entry: T;
        expires?: number;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    entry

    entry: T

    The cache entry.

    expires?: number

    The expiration time of the cache entry in milliseconds.

    Copyright Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.