# Functions
NewLocalJWTCache creates a new LocalJWTCache.
NewMemoryJWTCache creates a new in-memory JWT cache.
# Variables
predefined cache errors.
predefined cache errors.
predefined cache errors.
# Structs
A LocalJWTCache stores files in the user's cache directory.
A MemoryJWTCache stores JWTs in an in-memory map.
# Interfaces
A JWTCache loads and stores JWTs.