fix: 라이브 메인 API
- 테마별 최신콘텐츠 캐시 제거
This commit is contained in:
@@ -940,10 +940,6 @@ class AudioContentService(
|
||||
}
|
||||
|
||||
@Transactional(readOnly = true)
|
||||
@Cacheable(
|
||||
cacheNames = ["default"],
|
||||
key = "'getLatestContentByTheme:' + #theme + ':' + #contentType + ':' + #isAdult"
|
||||
)
|
||||
fun getLatestContentByTheme(
|
||||
theme: List<String>,
|
||||
contentType: ContentType,
|
||||
|
Reference in New Issue
Block a user