UNPKG

cache2

Version:

一个简单的 JavaScript 缓存管理,支持浏览器端和 node 端。

6 lines (5 loc) 229 B
import Cache, { CacheOptions } from './Cache'; import { Storage, StorageOptions } from './Storage'; import { TStorage } from './interface'; export { Cache, CacheOptions, Storage, StorageOptions, TStorage }; export default Cache;