项目作者: afeiship

项目描述 :
Abstract storage with expiration time.
高级语言: JavaScript
项目地址: git://github.com/afeiship/next-abstract-expired-storage.git
创建时间: 2019-01-08T10:38:48Z
项目社区:https://github.com/afeiship/next-abstract-expired-storage

开源协议:MIT License

下载


next-abstract-expired-storage

Abstract storage with expiration time.

@jswork/next-abstract-expired-storage"">version
license
size
@jswork/next-abstract-expired-storage"">download

installation

  1. npm install -S @jswork/next-abstract-expired-storage

apis

api params description
get - desc balabala

usage

  1. import NxAbstractExpiredStorage from '@jswork/next-abstract-expired-storage';
  2. import NxLocalStorage from '@jswork/next-local-storage';
  3. const engine = new NxLocalStorage('abc');
  4. // code goes here:

license

Code released under the MIT license.