issues
search
naver
/
arcus-spring
ARCUS as a caching provider for the Spring Cache Abstraction
Apache License 2.0
26
stars
16
forks
source link
FIX: throw ValueRetrievalException when valueLoader throws Exception
#76
Closed
oliviarla
closed
7 months ago
oliviarla
commented
7 months ago
🔗 Related Issue
Spring Cache Abstraction 공식 문서
에 따르면, get 메서드에서 Callable을 인자로 받고 call() 메서드를 수행하면 ValueRetrievalException 이 반환되어야 한다고 합니다.
⌨️ What I did
call() 메서드를 호출할 때 try-catch 문으로 감싸고 예외가 발생하면 ValueRetrievalException가 반환되도록 변경합니다.
jhpark816
commented
7 months ago
@oliviarla
develop
branch로 PR 보내주세요.
oliviarla
commented
7 months ago
@jhpark816 변경했습니다.
🔗 Related Issue
⌨️ What I did