Add use cache directives

This commit is contained in:
tesseractjh
2025-11-30 01:09:33 +09:00
committed by Asger F
parent e7147244e8
commit 2e840dcd5f
5 changed files with 46 additions and 6 deletions

View File

@@ -34,6 +34,9 @@ function good() {
"deps bar";
"use server";
"use client";
"use cache";
"use cache: remote";
"use cache: private";
}
function data() {