UNPKG

@cloudbase/app

Version:
7 lines (6 loc) 298 B
import { ICloudbaseCache, ICacheConfig } from '@cloudbase/types/cache'; export declare function initCache(config: ICacheConfig & { env: string; }): void; export declare function getCacheByEnvId(env: string): ICloudbaseCache; export declare function getLocalCache(env: string): ICloudbaseCache;