Options to enable caching when fetching destinations.

interface CachingOptions {
    useCache?: boolean;
}

Properties

Properties

useCache?: boolean

A boolean value that indicates whether to read destinations from cache.

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