728x90
Github 링크 : https://github.com/armyost/ApiRedisTemplate/tree/main
GitHub - armyost/ApiRedisTemplate: This project shows two types of cache stragety. One is "LookAside", Another is "WriteBack".
This project shows two types of cache stragety. One is "LookAside", Another is "WriteBack". - GitHub - armyost/ApiRedisTemplate: This project shows two types of cache stragety. ...
github.com
위 Github 소스중에서 DemoWriteBackController/Service를 참고하면 된다.
Cache 전략에 대해서는 다음 포스팅을 참고바란다.
링크 : https://armyost.tistory.com/412
아키텍처는 다음과 같다.
'Programming > Java' 카테고리의 다른 글
Redis에 Spring Cache를 적용할때 서비스 별로 Expire 시간 다르게 하기 (0) | 2023.11.06 |
---|---|
JAVA ) EventStream 을 이용한 Hexagonal Sample (0) | 2023.11.01 |
JPA 사용법 (0) | 2023.10.11 |
SpringSecurity로 OAuth 인증인가 구현. Kakao 소셜인증을 서버로.. (0) | 2023.09.12 |
Spring Security Filter Chain 설명 (0) | 2023.09.06 |