Add cache() API by sebmarkbage · Pull Request #25506 · facebook/react

Like memo() but longer lived and for any function. This is implemented using getCacheForType internally right now but that will probably end up being the reverse in the future. The implementation o...