All Versions
5
Latest Version
Avg Release Cycle
4 days
Latest Release
872 days ago
Changelog History
Changelog History
-
v0.5.0 Changes
September 19, 2020➕ Added
HazelcastKache
- Kache implementation using Hazelcast as storageEhcacheKache
- 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 forevictCache
- Control when cache entry is evicted- 👍
all
param forevictCache
- All cache eviction support - ⚡️
updateCache
- Update cache entry support - 👍 Conditional eviction support
- 👌 Support
-
v0.2.0 Changes
September 03, 2020🛠 Fixed
- 👌 Support caching
null
results
➕ Added
- 👍 Multiple cache support
- 👍 Conditional caching support
- 👌 Support caching
-
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