콘텐츠 메인 - 큐레이션 아이템 가져오기 API 캐싱
This commit is contained in:
parent
9a7e76ea7a
commit
e7a318d6b9
|
@ -429,6 +429,10 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
|
|||
.fetch()
|
||||
}
|
||||
|
||||
@Cacheable(
|
||||
value = ["findAudioContentByCurationId"],
|
||||
cacheManager = "cacheManager"
|
||||
)
|
||||
override fun findAudioContentByCurationId(
|
||||
curationId: Long,
|
||||
cloudfrontHost: String,
|
||||
|
|
Loading…
Reference in New Issue