Versions in this module Expand all Collapse all v0 v0.1.3 Jun 27, 2025 v0.1.2 Jun 27, 2025 Changes in this version + type S3Cache struct + KeyPrefix string + Local *cachedir.Dir + MinUploadSize int64 + S3Client *s3util.Client + UploadConcurrency int + func (s *S3Cache) Close(ctx context.Context) error + func (s *S3Cache) Get(ctx context.Context, actionID string) (outputID, diskPath string, _ error) + func (s *S3Cache) Put(ctx context.Context, obj gocache.Object) (diskPath string, _ error) + func (s *S3Cache) SetMetrics(_ context.Context, m *expvar.Map)