로딩 속도를 위해 @Cacheable 적용 #50

Merged
klaus merged 9 commits from test into main 2023-10-17 09:31:09 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0f6c3075bc - Show all commits

View File

@ -446,7 +446,7 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
@Cacheable( @Cacheable(
value = ["weekLivedCache"], value = ["weekLivedCache"],
key = "#startDate" + '_' + "#isAdult" + '_' + "#offset" + '_' + "#limit", key = "#isAdult" + '_' + "#offset" + '_' + "#limit",
cacheManager = "cacheManager" cacheManager = "cacheManager"
) )
override fun getAudioContentRanking( override fun getAudioContentRanking(