Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/
Class
cache/lru_cache.ts:98–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
* ```
97
*/
98
export
class
LruCache<K, V> extends Map<K, V>
99
implements MemoizationCache<K, V> {
100
#maxSize: number;
101
#ejecting = false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected