cachet v0.5.1
·
35 commits
to main
since this release
-
✨ Features
- Add
get_or_insert_withandtry_get_or_insert_withmethods that accept closures returningCacheEntry<V>, enabling per-entry TTL control on cache-miss computations. - Add eviction telemetry via
cache.evictionandcache.expired, opt-in throughInMemoryCacheBuilder::with_eviction_telemetrytogether with the newCacheBuilder::memory_withhelper.
- Add