Releases: ashtanko/lru_cache_dart
Releases · ashtanko/lru_cache_dart
Release list
v0.0.3
Add thread safety
Add thread safety to LruCache using synchronization
- Ensure thread-safe access to all cache operations
- Use synchronized blocks to guard shared state modifications
- Protect LinkedHashMap and size-related counters from race conditions
v0.0.1
- Initial version
Full Changelog: https://github.com/ashtanko/lru_cache/commits/v0.0.1