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,