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

[FIX] User 캐시화로 인한 Point 내역조회 수정 - #269 #270

Merged
merged 2 commits into from
Sep 8, 2024

Conversation

rlarlgnszx
Copy link
Member

🔥Pull requests

⛳️ 작업한 브랜치

👷 작업한 내용

User 캐시화로 인한 Point 내역조회 수정

  • User의 save의 경우 cache를 userId를 key값으로 update하도록 조정
@CachePut(cacheNames = "user", key = "#user.id", unless = "#result == null", cacheManager = "cacheManagerForOne")
    public User saveUser(User user) {
        return userRepository.save(user);
    }

🚨 참고 사항

📟 관련 이슈

@rlarlgnszx rlarlgnszx merged commit 4449255 into develop Sep 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] User 캐시화로 인한 Point 내역조회 수정
2 participants