Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

02-app > 02-api-reference > 05-next-config-js > incrementalCacheHandlerPath.mdx #379

Merged
merged 2 commits into from
Aug 15, 2023

Conversation

SonSangjoon
Copy link
Contributor

@SonSangjoon SonSangjoon commented Jul 1, 2023

기여자용

문서 개선

Progress

close #304

@SonSangjoon SonSangjoon changed the title docs > 02-app > 02-api-reference > 05-next-config-js >incrementalCacheHandlerPath.mdx 02-app > 02-api-reference > 05-next-config-js >incrementalCacheHandlerPath.mdx Jul 1, 2023
@SonSangjoon SonSangjoon changed the title 02-app > 02-api-reference > 05-next-config-js >incrementalCacheHandlerPath.mdx 02-app > 02-api-reference > 05-next-config-js > incrementalCacheHandlerPath.mdx Jul 1, 2023
@SonSangjoon SonSangjoon changed the title 02-app > 02-api-reference > 05-next-config-js > incrementalCacheHandlerPath.mdx 02-app > 02-api-reference > 05-next-config-js > incrementalCacheHandlerPath.mdx #304 Jul 1, 2023
@SonSangjoon SonSangjoon changed the title 02-app > 02-api-reference > 05-next-config-js > incrementalCacheHandlerPath.mdx #304 02-app > 02-api-reference > 05-next-config-js > incrementalCacheHandlerPath.mdx Jul 1, 2023
@ChanghyeonYoon ChanghyeonYoon added the documentation 문서 작업 label Jul 1, 2023
Copy link
Contributor

@chaejunlee chaejunlee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

기여 감사합니다! 수정 사항 커멘트 드렸으니 확인 후 반영 부탁드립니다!!

@@ -1,17 +1,17 @@
---
title: incrementalCacheHandlerPath
description: Configure the Next.js cache used for storing and revalidating data.
설명: 데이터 저장 및 재검증에 사용되는 Next.js 캐시를 설정합니다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
설명: 데이터 저장 및 재검증에 사용되는 Next.js 캐시를 설정합니다.
description: 데이터 저장 및 재검증에 사용되는 Next.js 캐시를 설정합니다.

meta 정보의 태그는 영어 그대로 유지해주세요!

---

In Next.js, the [default cache handler](/docs/app/building-your-application/data-fetching/caching) uses the filesystem cache. This requires no configuration, however, you can customize the cache handler by using the `incrementalCacheHandlerPath` field in `next.config.js`.
Next.js에서 [데이터 캐싱하기](/docs/app/building-your-application/data-fetching/caching)은 파일 시스템 캐시를 사용합니다. 이 경우 별도의 구성이 필요하지 않지만, `next.config.js`의 `incrementalCacheHandlerPath` 필드를 사용하여 `CacheHandler`를 사용자가 정의할 수 있습니다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Next.js에서 [데이터 캐싱하기](/docs/app/building-your-application/data-fetching/caching) 파일 시스템 캐시를 사용합니다. 이 경우 별도의 구성이 필요하지 않지만, `next.config.js``incrementalCacheHandlerPath` 필드를 사용하여 `CacheHandler`를 사용자가 정의할 수 있습니다.
Next.js에서 [기본 캐시 핸들러](/docs/app/building-your-application/data-fetching/caching) 파일 시스템 캐시를 사용합니다. 이 경우 별도의 구성이 필요하지 않지만, `next.config.js``incrementalCacheHandlerPath` 필드를 사용하여 `CacheHandler`를 사용자가 정의할 수 있습니다.

어색한 번역 수정하였습니다.

| 매개변수 | 타입 | 설명 |
| -------- | -------------- | -------------------------------- |
| `key` | `string` | 아래의 데이터를 저장할 키입니다. |
| `data` | Data or `null` | 캐시할 데이터입니다. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `data` | Data or `null` | 캐시할 데이터입니다. |
| `data` | Data 또는 `null` | 캐시할 데이터입니다. |

번역될 수 있는 부분을 추가로 번역했습니다.


Returns `Promise<void>`. Learn more about [revalidating data](/docs/app/building-your-application/data-fetching/revalidating) or the [`revalidateTag()`](/docs/app/api-reference/functions/revalidateTag) function.
`Promise<void>`를 반환합니다. [데이터 재검증](/docs/app/building-your-application/data-fetching/revalidating) 또는 [revalidateTag()](/docs/app/api-reference/functions/revalidateTag) 함수에 대해 자세히 알아보시기 바랍니다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`Promise<void>`를 반환합니다. [데이터 재검증](/docs/app/building-your-application/data-fetching/revalidating) 또는 [revalidateTag()](/docs/app/api-reference/functions/revalidateTag) 함수에 대해 자세히 알아보시기 바랍니다.
`Promise<void>`를 반환합니다. [데이터 재검증](/docs/app/building-your-application/data-fetching/revalidating) 또는 [revalidateTag()](/docs/app/api-reference/functions/revalidateTag) 함수에 대해 자세히 알아보세요.

어투를 조금 수정했습니다.

@SonSangjoon
Copy link
Contributor Author

넵 수정하고 다시 올릴게요 감사합니다!

@SonSangjoon
Copy link
Contributor Author

@chaejunlee 수정사항 반영했습니다 🙇‍♂️

@chaejunlee chaejunlee self-requested a review August 15, 2023 11:45
Copy link
Contributor

@chaejunlee chaejunlee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 반영해주셔서 감사합니다! 수고 많으셨습니다.

Copy link
Contributor

@yoo-jimin127 yoo-jimin127 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!! 👍 수고하셨습니다 :)
추가로 번역 희망하시는 챕터의 경우 이슈에 남겨주세요!!

@yoo-jimin127 yoo-jimin127 merged commit d1e6c73 into Nextjs-kr:main Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

incrementalCacheHandlerPath.mdx
4 participants