File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 5828
5828
},
5829
5829
"test/e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts": {
5830
5830
"passed": [
5831
+ "segment cache (basic tests) does not cause infinite loop with cacheLife(\"seconds\")",
5831
5832
"segment cache (basic tests) does not throw an error when navigating to a page with a server action",
5832
5833
"segment cache (basic tests) navigate before any data has loaded into the prefetch cache",
5833
5834
"segment cache (basic tests) navigate to page with lazily-generated (not at build time) static param",
5984
5985
},
5985
5986
"test/e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts": {
5986
5987
"passed": [
5988
+ "<Link prefetch={true}> (runtime prefetch) cache stale time handling includes private caches with cacheLife(\"seconds\")",
5989
+ "<Link prefetch={true}> (runtime prefetch) cache stale time handling includes public caches with cacheLife(\"seconds\")",
5987
5990
"<Link prefetch={true}> (runtime prefetch) cache stale time handling includes short-lived public caches with a long enough staleTime",
5988
5991
"<Link prefetch={true}> (runtime prefetch) cache stale time handling omits private caches with a short enough staleTime",
5989
5992
"<Link prefetch={true}> (runtime prefetch) cache stale time handling omits short-lived public caches with a short enough staleTime",
You can’t perform that action at this time.
0 commit comments