From 654bfc2fe4a6f0af94a169cc9bd94a5c476e671b Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Wed, 7 May 2025 08:15:24 +0200 Subject: [PATCH] docs: composable cache support --- pages/aws/index.mdx | 2 +- pages/cloudflare/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/aws/index.mdx b/pages/aws/index.mdx index 99ff485..f9c319c 100644 --- a/pages/aws/index.mdx +++ b/pages/aws/index.mdx @@ -42,7 +42,7 @@ OpenNext aims to support all Next.js 15 features. Some features are work in prog - [x] [Running in lambda@edge](/aws/config/simple_example#running-in-lambdaedge) - [x] [No cold start](/aws/inner_workings/components/warmer) - [x] Support for after -- [ ] [Composable Caching](https://nextjs.org/blog/composable-caching) (`'use cache'`) is a Next.js 15 feature and not supported yet. +- [x] [Composable Caching](https://nextjs.org/blog/composable-caching) (`'use cache'`) --- diff --git a/pages/cloudflare/index.mdx b/pages/cloudflare/index.mdx index 76a8d63..ca9f797 100644 --- a/pages/cloudflare/index.mdx +++ b/pages/cloudflare/index.mdx @@ -48,7 +48,7 @@ We will update the list as we progress towards releasing 1.0. - [x] [Pages Router](https://nextjs.org/docs/pages) - [x] [Incremental Static Regeneration (ISR)](https://nextjs.org/docs/app/building-your-application/data-fetching/incremental-static-regeneration) - [x] [Support for after](https://nextjs.org/blog/next-15-rc#executing-code-after-a-response-with-nextafter-experimental) -- [ ] [Composable Caching](https://nextjs.org/blog/composable-caching) (`'use cache'`) is a Next.js 15 feature and not supported yet. +- [x] [Composable Caching](https://nextjs.org/blog/composable-caching) (`'use cache'`) We welcome both contributions and feedback!