Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/afeiship/next-abstract-expired-storage
- Owner: afeiship
- License: mit
- Created: 2019-01-08T10:38:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T14:47:22.000Z (over 3 years ago)
- Last Synced: 2024-10-01T18:09:09.272Z (about 2 months ago)
- Topics: expired, next, storage
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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