크리에이터 관리자 일자별 콘텐츠 후원 정산 API - 캐싱 추가
This commit is contained in:
		| @@ -208,6 +208,11 @@ class CreatorAdminCalculateService(private val repository: CreatorAdminCalculate | ||||
|     } | ||||
|  | ||||
|     @Transactional(readOnly = true) | ||||
|     @Cacheable( | ||||
|         cacheNames = ["cache_ttl_3_hours"], | ||||
|         key = "'creatorCalculateContentDonationList:' + " + | ||||
|             "#startDateStr + ':' + #endDateStr + ':' + #memberId + ':' + #offset + ':' + #limit" | ||||
|     ) | ||||
|     fun getCalculateContentDonationList( | ||||
|         startDateStr: String, | ||||
|         endDateStr: String, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user