콘텐츠 메인 - 큐레이션 아이템 가져오기 API 캐싱

This commit is contained in:
Klaus 2023-10-24 17:46:53 +09:00
parent 9a7e76ea7a
commit e7a318d6b9
1 changed files with 4 additions and 0 deletions

View File

@ -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,