We've been using the Cache API to cache sub-requests for a while and have found that because some of
We've been using the Cache API to cache sub-requests for a while and have found that because some of our sites are relatively low traffic, cache entries get evicted all the time so it offers minimal benefit.
We're looking at trying out KV store to cache subrequests instead, but I've read that cold reads can be very slow and I'm concerned even the KV store's colo / regional / central tier caches will get evicted just as aggressively as the Cache API does.
Does anybody know if KV caches are stickier than the Cache API?
We're looking at trying out KV store to cache subrequests instead, but I've read that cold reads can be very slow and I'm concerned even the KV store's colo / regional / central tier caches will get evicted just as aggressively as the Cache API does.
Does anybody know if KV caches are stickier than the Cache API?


