Caches dereferenced spec documents in memory, keyed by apiSpecUrl. Unset = no caching (always re-fetch/re-dereference).
Type Declaration
OptionalrevalidateWithEtag?: boolean
For http(s) URLs, revalidate an expired entry with a conditional GET (If-None-Match) instead of a full re-fetch when the server returns an ETag. Default true.
Caches dereferenced spec documents in memory, keyed by apiSpecUrl. Unset = no caching (always re-fetch/re-dereference).