Documentation
¶
Index ¶
- type DiskCache
- func (dc *DiskCache) Add(key string, items map[string][]byte) (ans map[string]string, err error)
- func (dc *DiskCache) AddPath(path, key string, items map[string][]byte) (ans map[string]string, err error)
- func (dc *DiskCache) Get(key string, items ...string) (map[string]string, error)
- func (dc *DiskCache) GetPath(path string, items ...string) (string, map[string]string, error)
- func (dc *DiskCache) Remove(key string) (err error)
- func (dc *DiskCache) ResultsDir() string
- type Entry
- type Metadata
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiskCache ¶
func (*DiskCache) ResultsDir ¶ added in v0.44.0
Click to show internal directories.
Click to hide internal directories.