@ezs/booster
v1.2.4
Published
booster statements for EZS
Readme
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
