From 0f6c3075bc2d1d1c16e255c0e23e86cb4f8d9733 Mon Sep 17 00:00:00 2001 From: Klaus Date: Tue, 17 Oct 2023 16:33:21 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B8=EA=B8=B0=20=EC=BD=98=ED=85=90?= =?UTF-8?q?=EC=B8=A0=20Cache=20=EB=A1=9C=EC=A7=81=20-=20key=20=EA=B0=92?= =?UTF-8?q?=EC=97=90=EC=84=9C=20LocalDateTime=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kr/co/vividnext/sodalive/content/AudioContentRepository.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentRepository.kt b/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentRepository.kt index 08ef606..d1ab467 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentRepository.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentRepository.kt @@ -446,7 +446,7 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory) @Cacheable( value = ["weekLivedCache"], - key = "#startDate" + '_' + "#isAdult" + '_' + "#offset" + '_' + "#limit", + key = "#isAdult" + '_' + "#offset" + '_' + "#limit", cacheManager = "cacheManager" ) override fun getAudioContentRanking(