parent
7c1082f833
commit
c90df4b02b
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue