Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR] BusStaticsService StaticsCache 의존성 변경 #170

Open
JuneParkCode opened this issue Sep 1, 2024 · 0 comments
Open

[REFACTOR] BusStaticsService StaticsCache 의존성 변경 #170

JuneParkCode opened this issue Sep 1, 2024 · 0 comments
Assignees
Labels
⌨️ BE Backend 작업 📝 refactor 코드 리팩터링

Comments

@JuneParkCode
Copy link
Contributor

기능

@Service
@RequiredArgsConstructor
public class BusStaticsService {
	private final BusRemainSeatRepository busRemainSeatRepository;
	private final BusRouteStationRepository busRouteStationRepository;
	private final StaticsCache staticsCache;

StaticsCahce 구현체 의존이 아닌 CacheStorage<KEY, VALUE> 를 의존하도록 변경

  • 이후 확장성을 위한 구조.

Todo

  • StaticsCahce 구현체 의존이 아닌 CacheStorage<KEY, VALUE> 를 의존하도록 변경
@JuneParkCode JuneParkCode added ⌨️ BE Backend 작업 📝 refactor 코드 리팩터링 labels Sep 1, 2024
@JuneParkCode JuneParkCode self-assigned this Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⌨️ BE Backend 작업 📝 refactor 코드 리팩터링
Projects
None yet
Development

No branches or pull requests

1 participant