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