TILNext.js 'use cache' directive enables component-level cachingThe 'use cache' directive lets you cache the output of any async function — not just fetch — replacing the old fetch-level cache options with a more flexible approach.March 7, 20261 min read#nextjs#caching