We are currently experiencing a lot of cache writes. The Vercel documentation states that the cache has a fixed size and when it is full, old entries are overwritten.
See: https://vercel.com/docs/infrastructure/data-cache/limits-and-pricing#storage
This would explain why there are so many writes, the cache is filled again and again and the costs increase.
Can you confirm this explanation?
Accordingly, it would be good to know the physical size of the cache in order to be able to better control the behavior.
Or even better, let the user set the size of the cache (paid service) and adapt it to the respective project.
The Vercel Data Cache is a black box right now - we have really little insights, no statistics or so ... just the increasing bill as indicator that something goes wrong.