Documentation
¶
Overview ¶
Package cache provides a simple file-based cache implementation that fullfills the RefreshReadWriter interface.
It writes and reads the cache to a file in JSON format, along with the last refresh time.
Index ¶
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
}
func NewFileCache ¶
func (*FileCache) RefreshedAt ¶ added in v0.4.6
Click to show internal directories.
Click to hide internal directories.