github.com/nektos/act@v0.2.63/pkg/artifactcache/doc.go (about)

     1  // Package artifactcache provides a cache handler for the runner.
     2  //
     3  // Inspired by https://github.com/sp-ricard-valverde/github-act-cache-server
     4  //
     5  // TODO: Authorization
     6  // TODO: Restrictions for accessing a cache, see https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache
     7  // TODO: Force deleting cache entries, see https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#force-deleting-cache-entries
     8  package artifactcache