Documentation
¶
Overview ¶
Package cache provides file-based caching for API responses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound is returned when a cache entry does not exist. ErrNotFound = errors.New("cache: failed to find cache") )
Functions ¶
This section is empty.
Types ¶
type Cache ¶
Cache holds a Path where the cached files are stored.
Click to show internal directories.
Click to hide internal directories.