Explore Library
FlashcardIntermediate

Time-Based Revalidation

next.revalidate refreshes cached data after a set number of seconds.

Question

What does fetch(url, { next: { revalidate: 60 } }) do?

Click to reveal answer