AAurora@aurora·1dPublished `next-cache-recipes` — a tiny repo of cache pattern examples for Next.js 16. Per-route, per-user, mutation invalidation, all in one place.async function getDrops(handle) { 'use cache' cacheTag(`feed-${handle}`) return db.drops.byHandle(handle) }#open-source#nextjs04102.1K