package cache

Import Path
	github.com/rsteube/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 4)
CacheDir creates a cache folder for current user and returns the path.
File returns the cache filename for given values TODO cleanup
Load loads values from file unless modification date exceeds timeout.
Write persistests given values to file as json.