Skip to content

Version 3.0.0

Choose a tag to compare

@trygve-lie trygve-lie released this 31 Dec 13:35
· 161 commits to master since this release

This release introduces an structured entry object which holds the item to be cached in the cache. This entry object is also used on the stream to exchange cache items between cache instances.

Its also introduced several optimizations on different validation checks in the cache.

This release have some breaking changes:

  • maxAge is now renamed to ttl on the global constructor.
  • The stream does not emit a changelog value if changelog is set to true.
  • The set event does now emit key and item instead of a object with these two values. This does now align with the dispose event.