1.2.4 • Published 5 years ago
@ezs/booster v1.2.4
booster
Ce plugin propose une instruction qui permet de mettre en cache le résultat de l’exécution d’un flux de traitement.
installation
npm install @ezs/boosterusage
Table of Contents
booster
Takes an Object delegate processing to an external pipeline and cache the result
Parameters
datafeedfileString? the external pipeline is described in a filescriptString? the external pipeline is described in a string of characterscommandsString? the external pipeline is described in a objectcommandString? the external pipeline is described in a URL-like commandkeyString? the cache key form the stream, in not provided, it's computed with the first chunkhitsByCheckNumber Number of hits to verify the cache (optional, default1000)maxFilesNumber Number of hits to verify the cache (optional, default100)maxTotalSizeNumber Size (bytes) maximun of the cash (1 G) (optional, default1000000000)cleanupDelayNumber Frequency (milliseconds) to cleanup the cahe (10 min) (optional, default600000)
Returns Object
1.2.4
5 years ago
1.2.3
5 years ago
1.2.2
5 years ago
1.2.1
5 years ago
1.2.0
6 years ago
1.1.15
6 years ago
1.1.14
6 years ago
1.1.13
6 years ago
1.1.12
6 years ago
1.1.11
6 years ago
1.1.10
6 years ago
1.1.9
6 years ago
1.1.7
6 years ago
1.1.6
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago