Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitc0de/bitify
/ CacheEntry
Interface
CacheEntry
lib/cache.ts:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
CacheEntry {
2
url: string
3
timestamp: number
4
}
5
6
class
StreamCache {
7
private cache =
new
Map<string, CacheEntry>()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected