Selected Tags

Click on a tag to remove it

Cache modules

Showing projects tagged as Promise and Cache

  • mem

    5.1 4.8 L5 TypeScript
    Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input
  • promise-memoize

    1.4 0.0 L5 JavaScript
    Memoize promise-returning functions. Includes cache expire and prefetch.