Packages

gen_statem based generic cache with MFA-based keys

Current section

Files

Jump to
gen_cache CHANGELOG.md
Raw

CHANGELOG.md

## v0.1.2 (2024-12-30)
### Implements Reset function
- `GenCache.reset(pid)`
- or macro-based module: `SomeCache.reset()`
## v0.1.1 (2024-09-09)
### Quality of life improvements
- allow configuring default ttl when starting the server
- implements a periodic configurable purge of expired entries
- handles exectiptions when the MFA call raises
- some readme updates
## v0.1.0 (2024-09-06)
### First release
- already quite usable, there might still be some missing features