Introduction/API Reference/DirectivesDirectivesThe following directives are available:use cacheLearn how to use the use cache directive to cache data in your Next.js application.use clientLearn how to use the use client directive to render a component on the client.use serverLearn how to use the use server directive to execute code on the server.TurbopackTurbopack is an incremental bundler optimized for JavaScript and TypeScript, written in Rust, and built into Next.js.use cacheLearn how to use the use cache directive to cache data in your Next.js application.