hope_cache 0.1.2
hope_cache: ^0.1.2 copied to clipboard
Simple and fast caching for Dart/Flutter with TTL support, multiple eviction strategies, and pluggable storage.
0.1.2 #
- Initial release
- TTL support (default + per-key)
- Eviction policies: LRU, LFU, FIFO
- Map keys (React Query style)
- Batch operations (setMany, getMany)
- Pattern invalidation
- Pluggable storage interface
- In-memory storage implementation