Using KV as a cache in the short term?
I am hooking up my backend to my frontend this weekend and eventually I want to use a service worker for caching.
Until then I was planning on using KV as a cache for specific requests that don't change often. I was looking at the Cache API but since the cache only caches at the originating data center... it seems like KV would be a a better option.
From a strategy perspective... is this a good move? Am I not thinking about something that I should be?
Until then I was planning on using KV as a cache for specific requests that don't change often. I was looking at the Cache API but since the cache only caches at the originating data center... it seems like KV would be a a better option.
From a strategy perspective... is this a good move? Am I not thinking about something that I should be?