From 1fcb0ec5fd54b0a98ca55cec11eb4ece1b1089ac Mon Sep 17 00:00:00 2001
From: Klaus <klaus@vividnext.co.kr>
Date: Tue, 17 Oct 2023 17:39:22 +0900
Subject: [PATCH] =?UTF-8?q?org.springframework.expression.spel.SpelParseEx?=
 =?UTF-8?q?ception=20=EB=AC=B8=EC=A0=9C=EB=A5=BC=20=EC=A0=9C=EA=B1=B0?=
 =?UTF-8?q?=ED=95=98=EA=B8=B0=20=EC=9C=84=ED=95=B4=20key=EC=84=A4=EC=A0=95?=
 =?UTF-8?q?=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, 2 deletions(-)

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..bbed90d 100644
--- a/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentRepository.kt
+++ b/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentRepository.kt
@@ -390,7 +390,6 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
 
     @Cacheable(
         value = ["getAudioContentCurations"],
-        key = "#isAdult",
         cacheManager = "cacheManager"
     )
     override fun getAudioContentCurations(isAdult: Boolean): List<AudioContentCuration> {
@@ -446,7 +445,6 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
 
     @Cacheable(
         value = ["weekLivedCache"],
-        key = "#startDate" + '_' + "#isAdult" + '_' + "#offset" + '_' + "#limit",
         cacheManager = "cacheManager"
     )
     override fun getAudioContentRanking(