martpetM
Denoβ€’8mo agoβ€’
2 replies
martpet

Web Cache API: Worth using to skip one kv.get()?

Is it worth caching a response using the Web Cache API just to avoid a single eventually-consistent kv.get() call? I'm wondering if the performance gain is significant enough in this case.
Was this page helpful?