- 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.
- aedaf21: docs(README): enhance tag invalidation section with detailed examples
- 6a6a145: fix typo in docs
- c036218: Updating readme with docs & examples
- 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.
- f8494ab: initial version