MCPcopy Create free account
hub / github.com/aetherstate/GODMOD3.AI / CacheEntry

Interface CacheEntry

api/lib/hf-reader.ts:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78// ── Cache ────────────────────────────────────────────────────────────
79
80interface CacheEntry<T> {
81 data: T
82 expires: number
83}
84
85const FILE_LIST_TTL = 5 * 60 * 1000 // 5 min
86const BATCH_CONTENT_TTL = 15 * 60 * 1000 // 15 min

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected