Merge pull request 'getAudioContentMainBannerList 부분 캐시 제거' (#52) from test into main

Reviewed-on: #52
This commit is contained in:
klaus 2023-10-17 10:02:53 +00:00
commit 0496f665aa
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