Documentation
¶
Index ¶
- type FileCache
- func (c *FileCache) Clean(runtime string) error
- func (c *FileCache) Get(runtime, version string) (string, bool)
- func (c *FileCache) GetManifest(runtime string) ([]types.Version, error)
- func (c *FileCache) Path(runtime, version string) string
- func (c *FileCache) Set(runtime, version, path string) error
- func (c *FileCache) SetManifest(runtime string, manifest []types.Version) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileCache ¶
type FileCache struct {
// contains filtered or unexported fields
}
FileCache implements a file-based cache for runtimes
func NewFileCache ¶
NewFileCache creates a new file-based cache
func (*FileCache) GetManifest ¶
Click to show internal directories.
Click to hide internal directories.