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

Add ability to provide custom cache instance #17

Merged
merged 1 commit into from
Jan 12, 2016
Merged

Conversation

leebyron
Copy link
Contributor

The desire for implementation details specific to caches comes up regularly (#6, #13). Since Dataloader uses a cache rather than implements one, allowing for a choose-your-own-cache allows for the greatest flexibility.

Still, the default will be a simple boundless cache, as most uses of DataLoader are in the context of a single request.

The desire for implementation details specific to caches comes up regularly (#6, #13). Since Dataloader *uses* a cache rather than implements one, allowing for a choose-your-own-cache allows for the greatest flexibility.

Still, the default will be a simple boundless cache, as most uses of DataLoader are in the context of a single request.
leebyron added a commit that referenced this pull request Jan 12, 2016
Add ability to provide custom cache instance
@leebyron leebyron merged commit 06a3bf1 into master Jan 12, 2016
@leebyron leebyron deleted the custom-cache branch January 12, 2016 03:05
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.

1 participant