CodeBrowser / npm / continuable-cache
continuable-cache@0.3.1
// Cache a continuable
$ npm install continuable-cache
downloads/wk
985,741
license
version
0.3.1
published
Jan 30, 2014
What is continuable-cache?
continuable-cache is a utility for caching the results of continuable functions, which are asynchronous operations that use callback-based continuation patterns. It helps reduce redundant computation by storing and reusing previously computed results when the same operation is requested multiple times. Developers would use this package when they have expensive asynchronous operations that are frequently called with identical parameters and want to avoid repeating that work.
Maintainers
raynos