Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/
Class
cache/ttl_cache.ts:93–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
* ```
92
*/
93
export
class
TtlCache<K, V> extends Map<K, V>
94
implements MemoizationCache<K, V> {
95
#defaultTtl: number;
96
#timeouts =
new
Map();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected