Small fixes
A selection of 80 fixes from 174 pull requests.
12.A zero cache lifetime
timeToLive: 0 was treated as omitted, allowing the registry’s nonzero default to retain old results. Only undefined should mean “use the default”.
11timeToLive: options?.timeToLivetimeToLive: options?.timeToLive !== undefined