文件名称:cache-chunk-store:内存LRU(最近最少使用)缓存,用于抽象块存储兼容存储
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-21 04:40:15
nodejs javascript cache lru in-memory
缓存块存储 内存LRU(最近最少使用)缓存,用于兼容存储 这将使用缓存store.get()调用的结果。 有关配置选项的完整列表,请参见lru docs。 安装 npm install cache-chunk-store 用法 const CacheChunkStore = require ( 'cache-chunk-store' ) const FSChunkStore = require ( 'fs-chunk-store' ) // any chunk store will work const store = new CacheChunkStore ( new FSChunkStore ( 10 ) , { // options are passed through to `lru-cache` max : 100 // maximum cache size (this
【文件预览】:
cache-chunk-store-master
----index.js(2KB)
----package.json(1KB)
----.github()
--------workflows()
----test()
--------basic.js(2KB)
----LICENSE(1KB)
----.npmignore(15B)
----README.md(2KB)