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

PR: Enable caching/memoization for repositories created by generator #24

Merged
merged 18 commits into from
Oct 6, 2020

Conversation

eltharim
Copy link
Contributor

@eltharim eltharim commented Sep 18, 2020

Resolves #21

Merge message:

  • Added an optional cache object to the repositories created by the generator, from which "findAsync" and "getAsync" requests will pick data if it is available.
  • Changed the return type of deleteAsync and deleteManyAsync, to make them return the deleted entities instead of nothing.

@eltharim eltharim self-assigned this Sep 18, 2020
@agyemanjp agyemanjp merged commit 1909165 into master Oct 6, 2020
@agyemanjp agyemanjp deleted the feature/21_Enable_caching_memoization branch October 6, 2020 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable caching/memoization for repositories created by generator
2 participants