cachewrap

JSON →
library 0.0.1 ·javascript deprecated
verified Jun 7, 2026

A minimal utility to cache the return value of a function based on its arguments. v0.0.1 is pre-1.0.0 with an unstable API. It provides a simple way to memoize function calls with an optional custom hash function and a .refresh method to bypass cache. No dependencies. Not actively maintained; last update long ago.