Module cache

Module cache 

Source

Structs§

PuzzleFsCache
A file system backed implementation of PuzzleCache.
SessionFsCache

Enums§

CacheError
Represents an error occurring when interacting with the cache.

Traits§

PuzzleCache
Caches puzzle inputs and answers to allow retrieval without having to request data from the Advent of Code service.
SessionCache
Stores cached data specific to a session, such as submission timeouts.