test #89

Merged
klaus merged 2 commits from test into main 2023-11-14 12:15:52 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit dcd6933824 - Show all commits

View File

@ -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,