공부/Cache
카페인 로컬 캐쉬를 알아보자 -1
고구밍
2022. 5. 27. 00:40
https://blog.yevgnenll.me/posts/spring-boot-with-caffeine-cache
Spring boot 에 caffeine 캐시를 적용해보자 - 어떻게하면 일을 안 할까?
부제: 어떻게 하면 일을 조금이라도 안할까?
blog.yevgnenll.me
https://velog.io/@_koiil/Caffeine
[Spring] Caffeine
이름부터 귀엽다 ☕️
velog.io
https://livenow14.tistory.com/56
[SpringBoot] Local-Memory 캐시를 사용해보자
@Service public class PathService { private static final Logger logger = LoggerFactory.getLogger(PathService.class); private final LineService lineService; private final StationService stationServic..
livenow14.tistory.com
https://wave1994.tistory.com/182
Spring boot :: Caffeine cache 정리
Introduction 사내에서 Local cache 라이브러리인 Caffeine cache 를 도입하게 되어 공부한 내용을 정리하게 되었다. Caffeine cache 를 사용하면서 EhCache 와의 차이점이 궁금하여 두 라이브러리를 비교 후 간단
wave1994.tistory.com