1.0.5 • Published 5 months ago

@indepthwebsolutions/cache-layer v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Indepth Solutions - Server Cache Layer

Will temporary store values on server memory while the server is running.

Usage

import { default as cacheLayer } from '@indepthwebsolutions/cache-layer';
cacheLayer.set('key-string', 'value-any');
const cachedValue1 = cacheLayer.get('key-string'); // 'value-any'
const cachedValue2 = cacheLayer.get('not-existing'); // undefined
1.0.5

5 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago