パッケージ: 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