package
0.0.0-20240904164825-2628afb72d97
Repository: https://github.com/mccutchen/urlresolverapi.git
Documentation: pkg.go.dev

# Functions

NewRedisCache creates a new RedisCache whose entries will expire after the given TTL.
NewResolver creates a new cached Resolver.

# Structs

RedisCache caches results in redis.
Resolver is a Resolver implementation that caches its results.

# Interfaces

Cache is a generic cache interface.