fix: 라이브 메인 API

- 테마별 최신콘텐츠 캐시 제거
This commit is contained in:
Klaus 2025-07-21 16:44:10 +09:00
parent 7c1082f833
commit c90df4b02b
1 changed files with 0 additions and 4 deletions

View File

@ -940,10 +940,6 @@ class AudioContentService(
} }
@Transactional(readOnly = true) @Transactional(readOnly = true)
@Cacheable(
cacheNames = ["default"],
key = "'getLatestContentByTheme:' + #theme + ':' + #contentType + ':' + #isAdult"
)
fun getLatestContentByTheme( fun getLatestContentByTheme(
theme: List<String>, theme: List<String>,
contentType: ContentType, contentType: ContentType,