Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chakra-ui/panda
/
Class
packages/shared/src/cache-map.ts:1–1 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
class
CacheMap<K, V> implements Map<K, V> {
2
private cache: Map<K, V>
3
private keysInUse: K[]
4
private maxCacheSize: number
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected