# `Ltix.JWT.KeySet.EtsCache`
[🔗](https://github.com/DecoyLex/ltix/blob/main/lib/ltix/jwt/key_set/ets_cache.ex#L1)

Default ETS-backed cache for JWKS key sets.

Uses a named ETS table (`:ltix_jwks_cache`) created lazily on first access.
Entries expire based on the `max_age` value from the platform's
`cache-control` header.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
