Skip to content

Releases: apetta/node-cache-plus

v2.1.0

10 Jan 11:25
2297926
Compare
Choose a tag to compare

Minor Changes

  • 002e3b4: Improved key generation for helper functions withCache & cachedCall - they now prefix the helper name to the key to avoid cache clashes with anonymous functions between helpers. They will still clash within the same helper - use an explicit key if you wish to avoid this.

v2.0.3

18 Dec 21:23
311bbf0
Compare
Choose a tag to compare

Patch Changes

  • aedaf21: docs(README): enhance tag invalidation section with detailed examples

v2.0.2

18 Dec 00:12
3912345
Compare
Choose a tag to compare

Patch Changes

v2.0.1

17 Dec 23:59
ae610f3
Compare
Choose a tag to compare

Patch Changes

  • c036218: Updating readme with docs & examples

v2.0.0

17 Dec 23:20
a4a0427
Compare
Choose a tag to compare

Major Changes

  • eda4268: Migrating from @cacheable/node-cache to node-cache. Extending base class with NodeCache to expose all methods and allow drop-in replacement of node-cache.

v1.0.1

17 Dec 20:35
30b7fe6
Compare
Choose a tag to compare

Patch Changes