pon-cache

1.0.2 • Public • Published

pon-cache

Build Status npm Version JS Standard

Cache utility for pon

Installation

$ npm install pon-cache --save

Usage

'use strict'
 
const { cachedRequire } = require('pon-cache')
 
{
  const foo = cachedRequire('foo')
  /* ... */
}
 

Functions

Available functions

Signature Description
.cachedRequire(name) -> * Require with cache

License

This software is released under the Apache-2.0 License.

Links

Readme

Keywords

Package Sidebar

Install

npm i pon-cache

Weekly Downloads

4

Version

1.0.2

License

Apache-2.0

Unpacked Size

23.9 kB

Total Files

29

Last publish

Collaborators

  • realglobe