Merged
Conversation
- OIDC JWK 및 SecurityUser에 대해 캐싱 적용
There was a problem hiding this comment.
Pull Request Overview
Redis 캐싱 기능을 추가하여 OIDC 공개키와 보안 사용자 정보에 대한 성능 최적화를 구현합니다.
- Redis Cache Manager 설정 및 다중 캐시 매니저 구성
- OIDC JWK 및 SecurityUser 캐싱 적용
- 캐시 매니저별 어노테이션 추가
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| RedisCacheConfig.java | Redis 연결 설정 및 용도별 캐시 매니저 구성 |
| KakaoOidcClient.java | Kakao OIDC 공개키 조회에 캐싱 적용 |
| GoogleOidcClient.java | Google OIDC 공개키 조회에 캐싱 적용 |
| UserDetailServiceImpl.java | 사용자 상세 정보 조회에 캐싱 적용 |
| CacheManagerType.java | 캐시 매니저 타입 상수 정의 |
| SecurityUserCacheManager.java | 보안 사용자용 캐시 매니저 어노테이션 |
| OidcCacheManager.java | OIDC용 캐시 매니저 어노테이션 |
| InfraRedisConnectionFactory.java | Redis 연결 팩토리 어노테이션 |
src/main/java/com/rabbitmqprac/global/consant/CacheManagerType.java
Outdated
Show resolved
Hide resolved
Owner
Author
📊 Test Coverage Report
|
- null 값 캐싱 비활성화 - 캐시 키 접두사 계산 방식 추가
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
⭐ Related issue
📌 Tasks