package key

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

Dependency Relation
	imports 7 packages, and imported by 2 packages

Involved Source Files Package cache provides cache keys
Package-Level Type Names (only one)
/* sort by: | */
Key provides a cache key. func FileChecksum(file string) Key func FileStats(file string) Key func FolderStats(folder string) Key func String(s ...string) Key func github.com/carapace-sh/carapace.Action.Cache(timeout time.Duration, keys ...Key) carapace.Action func github.com/carapace-sh/carapace/internal/cache.File(callerFile string, callerLine int, keys ...Key) (file string, err error)
Package-Level Functions (total 4)
FileChecksum creates a CacheKey for given file.
FileStats creates a CacheKey for given file.
func FolderStats(folder string) Key
String creates a CacheKey for given strings.