linterhub / registry

Registry provides an interface for obtaining information about packages from various package managers
MIT License
1 stars 3 forks source link

Add request caching mechanism #13

Open ghost opened 6 years ago

ghost commented 6 years ago

Develop some mechanism of saving responses from managers. For example, getDeps() and getMeta() methods for npm sending the same request, but extract different data from the response. Thus, if a user needs to get complete information about a package, then he will make two requests, which will have a critical impact on performance for large amounts of data.