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