@gooddata/api-client-bear
Version:
API Client for the GoodData platform
13 lines • 477 B
TypeScript
import { SDK } from "../gooddata.js";
import { CachingConfiguration } from "./types.js";
/**
* These are the recommended settings for the bear client caching.
*
* @remarks
* For more information on what the options mean see {@link CachingConfiguration}.
*
* @public
*/
export declare const RecommendedCachingConfiguration: CachingConfiguration;
export declare function withCaching(sdk: SDK, config: CachingConfiguration): SDK;
//# sourceMappingURL=cachingClient.d.ts.map