0.6.0 • Published 6 months ago

@xpr/devcache v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@xpr/devcache

Node.js client for the DevCache service.

Installation

npm install @xpr/devcache

Usage

import wrap from '@xpr/devcache';

function expensiveOperation() {
    // Do something expensive
}

const cache = wrap('app', 'name', () => expensiveOperation());
0.6.0

6 months ago

0.5.7

6 months ago

0.5.6

6 months ago

0.5.5

6 months ago

0.5.4

6 months ago

0.5.2

6 months ago

0.5.1

6 months ago

0.4.2

6 months ago

0.4.1

6 months ago

0.4.0

6 months ago

0.3.0

6 months ago

0.2.0

6 months ago

0.1.0

6 months ago