콘텐츠 누적 매출 API - 캐시 키 이름 변경
This commit is contained in:
parent
8da7ee0bb3
commit
3164232f9d
|
@ -143,7 +143,7 @@ class AdminCalculateService(private val repository: AdminCalculateQueryRepositor
|
|||
@Transactional(readOnly = true)
|
||||
@Cacheable(
|
||||
cacheNames = ["cache_ttl_3_hours"],
|
||||
key = "'getCumulativeSalesByContent:' + " + "#offset + ':' + #limit"
|
||||
key = "'cumulativeSalesByContent:' + " + "#offset + ':' + #limit"
|
||||
)
|
||||
fun getCumulativeSalesByContent(offset: Long, limit: Long): GetCumulativeSalesByContentResponse {
|
||||
val totalCount = repository.getCumulativeSalesByContentTotalCount()
|
||||
|
|
Loading…
Reference in New Issue