getAudioContentMainBannerList 부분 캐시 제거 #52

Merged
klaus merged 1 commits from test into main 2023-10-17 10:02:54 +00:00
1 changed files with 0 additions and 4 deletions

View File

@ -376,10 +376,6 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
.toList()
}
@Cacheable(
value = ["getAudioContentMainBannerList"],
cacheManager = "cacheManager"
)
override fun getAudioContentMainBannerList(isAdult: Boolean): List<AudioContentBanner> {
var where = audioContentBanner.isActive.isTrue