cachefactory-ng
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

cachefactory-ng NPM version Build Status Dependencies Status

A stand alone cacheFactory split out from angular $cacheFactory. You can use it in any of your JavaScript applications, it doesn't have to be angular.js related.

Install

npm install cachefactory-ng

APIs

See angular.js $cacheFactory.

Usage

import cacheFactory from 'cachefactory-ng'
 
let cache = cacheFactory('cacheId');
 
cache.put('key', value);

Related

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i cachefactory-ng

Weekly Downloads

1

Version

0.3.0

License

MIT

Last publish

Collaborators

  • treri