type SpecCache = HashMap<(String, String, Option<String>), Value>;
A type for caching the spec fetching (only for the seed)
struct SpecCache { /* private fields */ }