test #327

Merged
klaus merged 13 commits from test into main 2025-07-14 11:07:58 +00:00
1 changed files with 0 additions and 6 deletions
Showing only changes of commit 704ad12ccf - Show all commits

View File

@ -7,7 +7,6 @@ import kr.co.vividnext.sodalive.content.main.tab.GetContentCurationResponse
import kr.co.vividnext.sodalive.member.Member import kr.co.vividnext.sodalive.member.Member
import kr.co.vividnext.sodalive.member.block.BlockMemberRepository import kr.co.vividnext.sodalive.member.block.BlockMemberRepository
import org.springframework.beans.factory.annotation.Value import org.springframework.beans.factory.annotation.Value
import org.springframework.cache.annotation.Cacheable
import org.springframework.data.domain.Pageable import org.springframework.data.domain.Pageable
import org.springframework.stereotype.Service import org.springframework.stereotype.Service
import org.springframework.transaction.annotation.Transactional import org.springframework.transaction.annotation.Transactional
@ -53,11 +52,6 @@ class AudioContentCurationService(
} }
@Transactional(readOnly = true) @Transactional(readOnly = true)
@Cacheable(
cacheNames = ["cache_ttl_3_days"],
key = "'getContentCurationList:' + ':' +" +
"#isAdult + ':' + #tabId + ':' + #contentType + ':' + (#memberId ?: 'guest')"
)
fun getContentCurationList( fun getContentCurationList(
tabId: Long, tabId: Long,
isAdult: Boolean, isAdult: Boolean,