import {ICache} from './ICache'; export class GlobalCachesInstances { public static ZONE_INSTANCE:ICache; public static MEMORY_INSTANCE:ICache; }