Releases: cayasso/mongoose-cachebox
Releases · cayasso/mongoose-cachebox
Cacheman is now the caching manager, human readable TTL
This release replaces catbox as the caching manager and now use the lightweight cacheman.
With this new release TTL values will only support seconds instead of milliseconds like before, so for defining 10 seconds now instead of 10000 you use 10.
You can also use human readable values for ttl like: 1s, 1m, etc. Check out the ms project for additional information on supported formats.
Until next time.
JB