Lines Matching refs:LRUCache

304 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:toString(): string;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:toString(): s…
306 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:class LRUCache<br>旧版本信息:|类名:LRUCache;<br>方法or属性:class LRUCache<br>…
307 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:constructor(capacity?: number);<br>旧版本信息:|类名:LRUCache;<br>方法or属性:c…
308 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:updateCapacity(newCapacity: number): void;<br>旧版本信息:|类名:LRUCache;<…
309 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:length: number;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:length: number;<b…
310 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:getCapacity(): number;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:getCapacit…
311 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:clear(): void;<br>…
312 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:getCreateCount(): number;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:getCrea…
313 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:getMissCount(): number;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:getMissCo…
314 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:getRemovalCount(): number;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:getRem…
315 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:getMatchCount(): number;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:getMatch…
316 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:getPutCount(): number;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:getPutCoun…
317 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:isEmpty(): bo…
318 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:get(key: K): V \| undefined;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:get(…
319 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:put(key: K, value: V): V;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:put(key…
320 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:values(): V[];<br>旧版本信息:|类名:LRUCache;<br>方法or属性:values(): V[];<br>…
321 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:keys(): K[];<br>旧版本信息:|类名:LRUCache;<br>方法or属性:keys(): K[];<br>新版本信…
322 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:remove(key: K): V \| undefined;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:r…
323 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): voi…
324 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:contains(key: K): boolean;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:contai…
325 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:createDefault(key: K): V;<br>旧版本信息:|类名:LRUCache;<br>方法or属性:createD…
326 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:LRUCache;<br>方法…
327 |跨平台能力有变化|类名:LRUCache;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:LRUCa…