ES Modules docs states:
require.cache is not used by import. It has a separate cache.
So where's this separate cache? Is it accessible after all?
I'm looking for invalidating module caching as it can be done in CommonJS modules (node.js require() cache - possible to invalidate?)