[ 源代码: node-file-entry-cache ]
软件包:node-file-entry-cache(6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1)
node-file-entry-cache 的相关链接
Debian 的资源:
下载源码包 node-file-entry-cache:
- [node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1.dsc]
- [node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xadd.tar.gz]
- [node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xflat.tar.gz]
- [node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xstrip.tar.gz]
- [node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xwrite.tar.gz]
- [node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig.tar.gz]
- [node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Node.js library implementing a simple cache for file metadata
File-entry-cache is a super simple cache for file metadata, useful for process that work on a given series of files and that only need to repeat the job on the changed ones since the previous run of the process.
The module grew from a need for a super simple and dumb in-memory cache with optional disk persistence for a script to beautify files with "esformatter" only processing files that had changed since last run. Such use case need "fileSize" and "modificationTime" of the files tracked in a simple key/value storage.
其他与 node-file-entry-cache 有关的软件包
|
|
|
|
-
- dep: node-flat-cache
- Node.js library implementing a simple persistent key/value storage
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable