Merge pull request 'getAudioContentMainBannerList 부분 캐시 제거' (#52) from test into main
Reviewed-on: #52
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user