lazy-cache
Last updated
Was this helpful?
Last updated
Was this helpful?
Cache requires to be lazy-loaded when needed.
Install with :
If you use webpack and are experiencing issues, try using , a webpack loader that fixes the bug that prevents webpack from working with native javascript getters.
Use as a property on lazy
The module is also added as a property to the lazy
function so it can be called without having to call a function first.
Use as a function
An alias may be passed as the second argument if you don't want to use the automatically camel-cased variable name.
Example
Example
In certain rare edge cases it may be necessary to unlazy all lazy-cached dependencies (5 reported cases after ~30 million downloads).
To force lazy-cache to immediately invoke all dependencies, do:
You might also be interested in these projects:
Install dev dependencies:
Jon Schlinkert
: CLI tool that tells you when dependencies are missing from package.json and offers you a… |
Pull requests and stars are always welcome. For bugs and feature requests, .
Generate readme and API documentation with :
Or, if is installed globally:
Copyright © 2016, . Released under the .
This file was generated by , v0.9.0, on April 22, 2016.