MCPcopy
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
15interface DefaultCache<K, V> {
16 get(key: K): V | undefined
17 set(key: K, value: V | undefined): void
18}
19
20export type Serializer = (args: any[]) => string
21

Callers 16

rootDependencyVersionFunction · 0.65
mainFunction · 0.65
getChangelogDepsNotesFunction · 0.65
buildAllPackagesMethod · 0.65
updateCandidateMethod · 0.65
newCandidateMethod · 0.65
invertGraphFunction · 0.65
rootVersionMapFunction · 0.65
mainFunction · 0.65
getChangelogDepsNotesFunction · 0.65
buildAllPackagesMethod · 0.65

Implementers 1

ObjectWithoutPrototypeCachepackages/fast-memoize/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected