Expand description
File-based caching for discovery results.
Cache directory: varies by platform
- Linux: ~/.cache/opencode-provider-manager/
- macOS: ~/Library/Caches/opencode-provider-manager/
- Windows: %LOCALAPPDATA%\opencode-provider-manager\cache\
Cache TTL: configurable, default 24 hours.
Structsยง
- Cache
Entry - Cache entry with metadata.
Uses
serde_json::Valuefor serialization to avoid generic bounds issues. - Cache
Manager - File-based cache manager.