App RouterAPI ReferenceDirectivesCopy pageDirectivesThe 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.PreviousAPI ReferenceNextuse cacheWas this helpful? supported.Send