# 캐시 온도가 결과를 가른다 # Question: volatile 에서 DB 를 세우면 로그인과 refresh 는 어떻게 되는가 direction: down n0: "로그인 · refresh 요청" { shape: person } n1: "CLIENT 조회" { shape: rectangle } n2: "CLIENT_SCOPE_CLIENT 조회" { shape: rectangle } n3: "PostgreSQL" { shape: cylinder } n0 -> n1: "클라이언트 확인" n1 -> n2: "refresh 는 스코프도 다시 계산한다" n2 -> n3: "캐시에 없으면 여기까지 간다"