Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
graphql-java
/
java-dataloader
Public
Notifications
You must be signed in to change notification settings
Fork
101
Star
524
Code
Issues
2
Pull requests
22
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
ValueCache calls are made inside the batch load call
- #99
#99
Merged
bbakerman
merged 9 commits into
master
graphql-java/java-dataloader:master
from
cache_calls_in_batch_load
graphql-java/java-dataloader:cache_calls_in_batch_load
Copy head branch name to clipboard
Aug 9, 2021
Conversation
Commits
9
(9)
Checks
Files changed
Merged
ValueCache calls are made inside the batch load call
#99
bbakerman
merged 9 commits into
master
graphql-java/java-dataloader:master
from
cache_calls_in_batch_load
graphql-java/java-dataloader:cache_calls_in_batch_load
Copy head branch name to clipboard
Commits
Commits on Jul 31, 2021
This adds support for calling dispatch if the ValueCache takes time in get call
bbakerman
committed
e3e70a4
View commit details
Copy full SHA for e3e70a4
Browse repository at this point
javadoc problem
bbakerman
committed
ae0a29e
View commit details
Copy full SHA for ae0a29e
Browse repository at this point
Commits on Aug 7, 2021
This attacks the problem os async ValueCache lookups in the batch load function and not the load method
bbakerman
committed
a74031a
View commit details
Copy full SHA for a74031a
Browse repository at this point
Commits on Aug 8, 2021
Doco updated and removed get returning Try
bbakerman
committed
38b3755
View commit details
Copy full SHA for 38b3755
Browse repository at this point
more tests and more resilient setCache calls
bbakerman
committed
d8078e0
View commit details
Copy full SHA for d8078e0
Browse repository at this point
found a buf where the cache set is done on entries that are already in cache - fix it
bbakerman
committed
d691f88
View commit details
Copy full SHA for d691f88
Browse repository at this point
improved the set cache code - thenCompose was missing
bbakerman
committed
efdb9a7
View commit details
Copy full SHA for efdb9a7
Browse repository at this point
Commits on Aug 9, 2021
Moved to CompletableFuture inside code
bbakerman
committed
4ecb786
View commit details
Copy full SHA for 4ecb786
Browse repository at this point
better asserts
bbakerman
committed
af28c04
View commit details
Copy full SHA for af28c04
Browse repository at this point
You can’t perform that action at this time.