Skip to content

Releases: ashtanko/lru_cache_dart

v0.0.3

Choose a tag to compare

@ashtanko ashtanko released this 08 May 21:39
f987d24

Bug fixes
Full Changelog: v0.0.2...v0.0.3

Add thread safety

Choose a tag to compare

@ashtanko ashtanko released this 08 Dec 23:36
5c00a86

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

Choose a tag to compare

@ashtanko ashtanko released this 04 Jul 23:34
7e19d83