Returns the HTTP cache directory path, creating it if it does not exist.
Located at ~/.oss-autopilot/cache/. Used by HttpCache to store ETag-based response caches for GitHub API endpoints.
~/.oss-autopilot/cache/
Absolute path to the cache directory
const cacheDir = getCacheDir();// "/Users/you/.oss-autopilot/cache" Copy
const cacheDir = getCacheDir();// "/Users/you/.oss-autopilot/cache"
Returns the HTTP cache directory path, creating it if it does not exist.
Located at
~/.oss-autopilot/cache/. Used by HttpCache to store ETag-based response caches for GitHub API endpoints.