@cloudbase/app
Version:
cloudbase javascript sdk core
7 lines (6 loc) • 298 B
TypeScript
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;