test #333

Merged
klaus merged 8 commits from test into main 2025-07-21 09:54:57 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit c90df4b02b - Show all commits

View File

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