A backing cache for a keyed suspense. Provide get and set functions.
get
set
Usefully, the built-in Map and WeakMap already implement this interface. Plenty of other libraries do too, like many-keys-map, and quick-lru.
Map
WeakMap
many-keys-map
quick-lru
Generated using TypeDoc
A backing cache for a keyed suspense. Provide
get
andset
functions.Usefully, the built-in
Map
andWeakMap
already implement this interface. Plenty of other libraries do too, likemany-keys-map
, andquick-lru
.