-
Notifications
You must be signed in to change notification settings - Fork 2
Caching #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Global request caching is still an important feature to add. I think it would be relatively easy to do, as most HTTP fetching is routed through
Fetchanyway.The question is, do I want this to be done in memory or on disk, or a combination of the two? Should it be user-configurable?