@oss-autopilot/core - v1.6.3
    Preparing search index...

    Function getCacheDir

    • 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.

      Returns string

      Absolute path to the cache directory

      const cacheDir = getCacheDir();
      // "/Users/you/.oss-autopilot/cache"