인기 콘텐츠 Cache 로직 - key 값에서 LocalDateTime 제거

This commit is contained in:
Klaus 2023-10-17 16:33:21 +09:00
parent cd4b165f90
commit 0f6c3075bc
1 changed files with 1 additions and 1 deletions

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(