0.6.0 • Published 7 months ago

@xpr/devcache v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

0.5.7

7 months ago

0.5.6

7 months ago

0.5.5

7 months ago

0.5.4

7 months ago

0.5.2

7 months ago

0.5.1

7 months ago

0.4.2

7 months ago

0.4.1

7 months ago

0.4.0

7 months ago

0.3.0

7 months ago

0.2.0

7 months ago

0.1.0

7 months ago