# Functions
NewScorecardClient returns a scorecard client that caches scores from another client.
NewSqliteCache returns a cache implementation that stores scorecard scores in a local sqlite database.
WithDuration is a functional option that configures the amount of time until an item in the cache is invalidated.
# Variables
ErrNotFound is returned when a result isn't found in the cache.
# Structs
ScorecardClient wraps another scorecard client, caching the scores it retrieves.
# Interfaces
Cache caches results.
# Type aliases
Option is a functional option that configures a cache.