We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f71a1 commit 245ab45Copy full SHA for 245ab45
src/main/kotlin/dsm/pick2024/domain/timetable/service/QueryTimetableService.kt
@@ -17,7 +17,6 @@ class QueryTimetableService(
17
private val userFacadeUseCase: UserFacadeUseCase,
18
private val fileUtil: FileUtil
19
) : QueryDayTimetableUseCase {
20
- // @Cacheable(value = ["dayTimetableCache"], key = "#root.methodName")
21
@Transactional(readOnly = true)
22
override fun queryDayTimetable(): DayTimetableResponse {
23
val user = userFacadeUseCase.currentUser()
0 commit comments