Is it possible to use data cache without fetch API?
Answered
jyuno426 posted this in #help-forum
jyuno426OP
I'm trying to use data cache with third party library that doesn't depend on fetch API.
The official document says only memoization, but not data cache. https://nextjs.org/docs/app/building-your-application/data-fetching/fetching-caching-and-revalidating#fetching-data-on-the-server-with-third-party-libraries
I wonder is it possible to use data cache without fetch API.
The official document says only memoization, but not data cache. https://nextjs.org/docs/app/building-your-application/data-fetching/fetching-caching-and-revalidating#fetching-data-on-the-server-with-third-party-libraries
I wonder is it possible to use data cache without fetch API.
Answered by European sprat
2 Replies
Answer
jyuno426OP
Thanks a lot, Jarrah!!