test #53

Merged
klaus merged 10 commits from test into main 2023-10-24 10:42:11 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit e7a318d6b9 - Show all commits

View File

@ -429,6 +429,10 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
.fetch()
}
@Cacheable(
value = ["findAudioContentByCurationId"],
cacheManager = "cacheManager"
)
override fun findAudioContentByCurationId(
curationId: Long,
cloudfrontHost: String,