Documentation ¶
Overview ¶
Package cache provides disk cache for Actions
Index ¶
- func CacheDir(name string) (dir string, err error)
- func File(callerFile string, callerLine int, keys ...key.Key) (file string, err error)
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.