From c90df4b02bfdb437b6783c139b5cec9f6037efc3 Mon Sep 17 00:00:00 2001 From: Klaus Date: Mon, 21 Jul 2025 16:44:10 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EB=A9=94?= =?UTF-8?q?=EC=9D=B8=20API=20-=20=ED=85=8C=EB=A7=88=EB=B3=84=20=EC=B5=9C?= =?UTF-8?q?=EC=8B=A0=EC=BD=98=ED=85=90=EC=B8=A0=20=EC=BA=90=EC=8B=9C=20?= =?UTF-8?q?=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/AudioContentService.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentService.kt index 91476f6..aa5aeb3 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentService.kt @@ -940,10 +940,6 @@ class AudioContentService( } @Transactional(readOnly = true) - @Cacheable( - cacheNames = ["default"], - key = "'getLatestContentByTheme:' + #theme + ':' + #contentType + ':' + #isAdult" - ) fun getLatestContentByTheme( theme: List, contentType: ContentType,