Are cache tags supported? #2695
Unanswered
DavidDeSloovere
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I wrote an article about cache invalidation in nitro. It may be outdated because it was written some month ago, but it may help you: https://cssninja.io/blog/server-cache-invalidation-in-nuxt-and-nitro |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Who knows if cache tags are supported?
By that I don't mean a single key, but multiple tags. And later I would want to invalidate one or more tags.
I would like to achieve this pattern, with Nuxt on Vercel, but Vercel doesn't expose the data cache that Next uses currently, so I think I need a Nuxt/Nitro framework approach.
https://www.datocms.com/docs/content-delivery-api/cache-tags
From what I can tell by reading the docs, it's not directly possible. But maybe someone has an idea on how to achieve this?
https://nitro.unjs.io/guide/cache
Beta Was this translation helpful? Give feedback.
All reactions