/** * For any in-memory caching please refer to the documentation of WeakMap and Map * * WeakMap: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap * Map: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map */ // Cache export { PersistentCache } from './PersistentCache';