-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
Hi,
Int the README.md, I found:
This implementation contains a very basic cache that is intended only to be used for short lived DataLoaders (i.e. DataLoaders that only exist for the life of **an http request**). You may use your own implementation if you want.
But when I test, I found that it cache for many requests. So I have the questions:
- What is default of the cache (TTL)?
- If I want cache for only the life of a http request, How can I make with only one dataloader object easily?
Thanks,
Linh
Metadata
Metadata
Assignees
Labels
No labels