Searched refs:NativeMemoryCacheType (Results 1 – 1 of 1) sorted by relevance
16 interface NativeMemoryCacheType { interface32 normalCache: Map<string, NativeMemoryCacheType>;33 statisticsCache: Map<string, NativeMemoryCacheType>;35 normalCache: new Map<string, NativeMemoryCacheType>(),36 statisticsCache: new Map<string, NativeMemoryCacheType>(),