Function

jwks-cache-get

Get cached JWKS for a given URI (optional - return none if not cached or not implemented) Allows providers to implement JWKS caching via WASI-KV or other persistence mechanisms The transport will call this before fetching from jwks-uri to check for cached keys

jwks-cache-get: func(jwks-uri: string) -> option​<string>;