dataloaden
dataloaden copied to clipboard
Adding the ability to change caching strategy
It is an attempt to solve the issue https://github.com/vektah/dataloaden/issues/52.
These changes allow developers to disable caching, if necessary, or change the caching strategy to their own realization. For example, everybody can change storing data in the map to storing in BigCache, which has an option to set a limit of memory consumption. In our case, it helps us to avoid storing the whole database in memory.
Also, these changes are fully backward compatible.