All Versions
5
Latest Version
Avg Release Cycle
4 days
Latest Release
1309 days ago

Changelog History

  • v0.5.0 Changes

    September 19, 2020

    โž• Added

    • HazelcastKache - Kache implementation using Hazelcast as storage
    • EhcacheKache - Kache implementation using Ehcache as storage
  • v0.4.0 Changes

    September 08, 2020

    โž• Added

    • CaffeineKache - Kache implementation using Caffeine as storage
  • v0.3.0 Changes

    September 04, 2020

    โœจ Enhancement

    • ๐Ÿ‘Œ Support Any objects for cache key
    • ๐Ÿ‘Œ Support cache configuration and explicit usage

    โž• Added

    • after param for evictCache - Control when cache entry is evicted
    • ๐Ÿ‘ all param for evictCache - All cache eviction support
    • โšก๏ธ updateCache - Update cache entry support
    • ๐Ÿ‘ Conditional eviction support
  • v0.2.0 Changes

    September 03, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support caching null results

    โž• Added

    • ๐Ÿ‘ Multiple cache support
    • ๐Ÿ‘ Conditional caching support
  • v0.1.0 Changes

    September 02, 2020
    • ๐ŸŽ‰ Initial Release

    โž• Added

    • cacheable - Cache fun result, so no subsequent invocations are performed
    • ๐Ÿšš evictCache - Remove cached value from cache