MCPcopy Create free account
hub / github.com/denoland/std / delete

Method delete

cache/memoize.ts:19–19  ·  view source on GitHub ↗

Removes the value associated with the given key from the cache.

(key: K)

Source from the content-addressed store, hash-verified

17 set(key: K, val: V): unknown;
18 /** Removes the value associated with the given key from the cache. */
19 delete(key: K): unknown;
20}
21
22/**

Callers 15

setMethod · 0.65
deleteMethod · 0.65
memoize_test.tsFile · 0.65
memoizeFunction · 0.65
_serializeArgListFunction · 0.65
lru_cache_test.tsFile · 0.65
ttl_cache_test.tsFile · 0.65
#setMostRecentlyUsedMethod · 0.65
#pruneToMaxSizeMethod · 0.65
deleteMethod · 0.65
raceWithSignalFunction · 0.65

Implementers 1

LruCachecache/lru_cache.ts

Calls

no outgoing calls

Tested by

no test coverage detected