UNPKG

@gooddata/api-client-bear

Version:
13 lines 477 B
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