Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/formatjs/formatjs
/ DefaultCache
Interface
DefaultCache
packages/fast-memoize/index.ts:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
interface
DefaultCache<K, V> {
16
get(key: K): V | undefined
17
set(key: K, value: V | undefined): void
18
}
19
20
export
type
Serializer = (args: any[]) => string
21
Callers
16
rootDependencyVersion
Function · 0.65
npm-workspace-graph.test.ts
File · 0.65
main
Function · 0.65
getChangelogDepsNotes
Function · 0.65
buildAllPackages
Method · 0.65
updateCandidate
Method · 0.65
newCandidate
Method · 0.65
invertGraph
Function · 0.65
rootVersionMap
Function · 0.65
main
Function · 0.65
getChangelogDepsNotes
Function · 0.65
buildAllPackages
Method · 0.65
Implementers
1
ObjectWithoutPrototypeCache
packages/fast-memoize/index.ts
Calls
no outgoing calls
Tested by
no test coverage detected