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(