Skip to content

Commit

Permalink
refactor : 한 가지 종류의 객체가 저장되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
byeolhaha committed Feb 23, 2024
1 parent 3f80b47 commit f194207
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public AcademyByLocationWithCursorResults findAcademiesByLocationWithCursor(
}

@Transactional(readOnly = true)
@Cacheable(cacheNames = "academyByLocation")
public AcademyByLocationWithCursorAndNotLikeResults findAcademiesByLocationWithCursorAndNotLike(
AcademyByLocationWithCursorParam param) {
String diagonal = GeometryUtil.makeDiagonal(param.baseLatitude(), param.baseLongitude(), DISTANCE);
Expand Down

0 comments on commit f194207

Please sign in to comment.