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