package cache

Import Path
	github.com/carapace-sh/carapace/internal/cache (on go.dev)

Dependency Relation
	imports 13 packages, and imported by one package

Involved Source Files Package cache provides disk cache for Actions
Package-Level Functions (total 6)
CacheDir creates a cache folder for current user and returns the path.
File returns the cache filename for given values TODO cleanup
func Load(file string, timeout time.Duration) (b []byte, err error)
func LoadE(file string, timeout time.Duration) (*export.Export, error)
func Write(file string, content []byte) (err error)
func WriteE(file string, e export.Export) (err error)