Expand description
DHT lookup result caching and parallel alpha query execution.
This module provides:
LookupCache: TTL-based CID → providers cache for DHT lookupsParallelLookupExecutor: Parallel DHT provider lookups with caching
Structs§
- Cached
Providers - A cached result for a CID provider lookup.
- Lookup
Cache - TTL-based CID → providers cache for DHT lookups.
- Lookup
Cache Config - Configuration for the
LookupCache. - Lookup
Cache Stats - Snapshot statistics for a
LookupCache. - Parallel
Lookup Config - Configuration for
ParallelLookupExecutor. - Parallel
Lookup Executor - Executes parallel DHT provider lookups with integrated caching.
- Parallel
Lookup Result - Result of a parallel provider lookup.