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)
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.
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |