# Functions
CheckForNewestComicInfo returns the latest xkcd.Comic.
Close closes the comic cache.
ComicImagePath returns the path to the specified comic image within the cache.
ComicInfo always returns a valid *xkcd.Comic that can be used, and err will be set if any errors were encountered, however these errors can be ignored safely.
DownloadAllComicImages tries to add all comic images to our local cache.
DownloadAllComicMetadata asynchronously fills the comic metadata cache and search index via the internet.
DownloadComicImage tries to add a comic image to our local cache.
Init initializes the comic cache.
NewestComicInfoFromCache returns the newest comic info available in the cache.
No description provided by the author
No description provided by the author
# Variables
ErrLocalFailure means that there was an error while trying to access the local cache.
ErrMiss means that value we are looking for wasn't in the cache.
ErrNoComicsFound is returned when a function can not find any comics.
ErrOffline means that there was an error trying to access the xkcd server.
# Interfaces
ViewRefresher provides methods for refreshing a view of cache statistics.
ViewRefreshWither provides methods for refreshing a view of cache statistics with the provided stat.
# Type aliases
ViewRefresherGetter returns a ViewRefresher.
ViewRefreshWitherGetter returns a ViewRefreshWither.