We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DbExecutor에서 Parameter인자를 이용하여 Cache가 동작하도록 하자.
1.각 테이블에 EDIT_DT가 공통으로 포함되어야 한다. 2.공통 로직에 EDIT_DT DESC TOP 1을 확인하는 부분이 있어야 한다. 3.엔티티 기준으로 캐시 되어야 한다.
Ef는 내부적으로 해당 기능이 구현되어 있는 것으로 판단됨. 물론 로직은 다르겠지만...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DbExecutor에서 Parameter인자를 이용하여 Cache가 동작하도록 하자.
1.각 테이블에 EDIT_DT가 공통으로 포함되어야 한다.
2.공통 로직에 EDIT_DT DESC TOP 1을 확인하는 부분이 있어야 한다.
3.엔티티 기준으로 캐시 되어야 한다.
Ef는 내부적으로 해당 기능이 구현되어 있는 것으로 판단됨.
물론 로직은 다르겠지만...
The text was updated successfully, but these errors were encountered: