Skip to content

Commit

Permalink
add cache for student points
Browse files Browse the repository at this point in the history
  • Loading branch information
sealexan committed Dec 9, 2023
1 parent dae34fe commit 4d63ee1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/kotlin/ch/uzh/ifi/access/config/CacheConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class CacheConfig {
"calculateAvgTaskPoints",
"getUserByUsername",
"getUserRoles",
"getStudent")
"getStudent",
"getStudentWithPoints"
)
}
}

0 comments on commit 4d63ee1

Please sign in to comment.