All Versions
5
Latest Version
Avg Release Cycle
4 days
Latest Release
1102 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