UNPKG

cdk-insights

Version:

AWS CDK security and cost analysis tool with AI-powered insights

4 lines (3 loc) 225 B
import type { FileBasedCache } from '../helpers/cache/fileBasedCache'; export declare const setGlobalCache: (cache: FileBasedCache<unknown>) => void; export declare const getGlobalCache: () => FileBasedCache<unknown> | null;