Got tired of npm build time? Why don’t you cache it?
Caching is the technique of storing the state of data, at some particular point in time.Not every time we need some to be processed so we can store that data for further use.
How does caching work ...