Skip to content

Instantly share code, notes, and snippets.

@PavlikPolivka
Created December 1, 2021 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PavlikPolivka/820ad3deccf51f7bc16f6d20ddc49d03 to your computer and use it in GitHub Desktop.
Save PavlikPolivka/820ad3deccf51f7bc16f6d20ddc49d03 to your computer and use it in GitHub Desktop.
const _cacheValues = new Map();
const _cacheResolvedTime = new Map();
const _cachePromises = new Map();
const getDataCached = function (key) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment