Skip to main content

Module cache

Module cache 

Source
Expand description

Swarm result caching for avoiding duplicate task execution

Uses content-based hashing to identify identical tasks and cache their results to disk for reuse across executions.

Structsยง

CacheConfig
Configuration for the swarm cache
CacheEntry
Cache entry storing a subtask result with metadata
CacheStats
Cache statistics for monitoring
SwarmCache
Swarm result cache using content-based hashing