NerdWalletOSS / apollo-cache-policies

An extension of the Apollo 3 cache with support for advanced cache policies.
Apache License 2.0
156 stars 22 forks source link

fix bug where read renewal policy would try to renew non existent entities #25

Closed danReynolds closed 3 years ago

danReynolds commented 3 years ago

Similarly to https://github.com/NerdWalletOSS/apollo-invalidation-policies/pull/11, we do not want to attempt to renew entities that are not existent in the cache and will be returned as missing from the cache.