Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/next-abstract-expired-storage

Abstract storage with expiration time.
https://github.com/afeiship/next-abstract-expired-storage

expired next storage

Last synced: about 1 month ago
JSON representation

Abstract storage with expiration time.

Awesome Lists containing this project

README

        

# next-abstract-expired-storage
> Abstract storage with expiration time.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```bash
npm install -S @jswork/next-abstract-expired-storage
```

## apis
| api | params | description |
|-----|--------|---------------|
| get | - | desc balabala |

## usage
```js
import NxAbstractExpiredStorage from '@jswork/next-abstract-expired-storage';
import NxLocalStorage from '@jswork/next-local-storage';

const engine = new NxLocalStorage('abc');
// code goes here:
```

## license
Code released under [the MIT license](https://github.com/afeiship/next-abstract-expired-storage/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/next-abstract-expired-storage
[version-url]: https://npmjs.org/package/@jswork/next-abstract-expired-storage

[license-image]: https://img.shields.io/npm/l/@jswork/next-abstract-expired-storage
[license-url]: https://github.com/afeiship/next-abstract-expired-storage/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-abstract-expired-storage
[size-url]: https://github.com/afeiship/next-abstract-expired-storage/blob/master/dist/next-abstract-expired-storage.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/next-abstract-expired-storage
[download-url]: https://www.npmjs.com/package/@jswork/next-abstract-expired-storage