文件名称:cache:Docvy缓存
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-06 16:58:50
JavaScript
docvy缓存 能够在磁盘之间交换的内存中缓存。 对于Node.js应用程序。 目录: 用法示例: // the module returns a Cache constructor var Cache = require ( "docvy-cache" ) ; // also this returns a Cache constructor var CacheConstructor = Cache . Cache ; // create a new cache var cache = new Cache ( { maxAge : 1209600000 , // in milliseconds cacheDir : __dirname + "/cache" , // where to swap from/to disk waitForRestore : true // wa
【文件预览】:
cache-master
----.eslintrc(238B)
----Gruntfile.js(866B)
----lib()
--------item.js(380B)
--------cache.js(7KB)
--------config.json(79B)
--------errors.js(811B)
----.npmignore(64B)
----.travis.yml(459B)
----LICENSE(1KB)
----test()
--------benchmark()
--------unit()
----README.md(5KB)
----Makefile(208B)
----.editorconfig(153B)
----.gitignore(651B)
----package.json(1KB)