diff --git a/jwk/cache.go b/jwk/cache.go index fd0337bf..4eef5c43 100644 --- a/jwk/cache.go +++ b/jwk/cache.go @@ -229,6 +229,7 @@ func (c *Cache) Unregister(ctx context.Context, u string) error { // Make sure that you read the documentation for `jwk.Cache` as well. type CachedSet interface { Set + cached() (Set, error) // used as a marker } type cachedSet struct {