Skip to content

Releases: ashtanko/lru_cache_dart

Add thread safety

08 Dec 23:36
5c00a86

Choose a tag to compare

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

04 Jul 23:34
7e19d83

Choose a tag to compare