You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am confused about how caching and data revalidation work in Cloudflare Pages when setting the binding of KV in Wrangler with __NEXT_ON_PAGES__KV_SUSPENSE_CACHE. Does it store the cache for fetch or full page?
How do you revalidate the cache in KV?
Do revalidatePath and revalidateTag work in API routes to revalidate the cache in KV?
If the cache is read from KV, can we set the cacheTtl value when reading from KV?
What type of revalidation is supported: time-based revalidation, on-demand revalidation with revalidatePath?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Beta Was this translation helpful? Give feedback.
All reactions