Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR 체크리스트
Merge 전에 아래 체크리스트가 모두 체크되었는지 확인해주세요
PR 타입
PR의 타입을 체크해주세요
코드 변경 이유
변경된 사항
Spring Cache 세팅
Spring Cache 세팅 관련 테스트
@CacheConfig(cacheNames = "APPLE", cacheManager ="socialProviderPublicKeyCacheManager")
에 Redis Key Prefix와 CacheConfig에서 생성한 Manager 지정@Cacheable(key = "'publicKey-Mono'")
사용 / key값은 왼쪽과 같이 하면APPLE::publicKey-Mono
따로 지정하지 않으면 파라미터 값 (APPLE::{파라미터값}
)이 들어가게됨테스트 방법
리뷰어 집중 사항
{SocialProvider code값}::publicKey
로 지정되도록 캐시값 설정 요망기타 전달 사항