lru_memory_cache 1.0.3 copy "lru_memory_cache: ^1.0.3" to clipboard
lru_memory_cache: ^1.0.3 copied to clipboard

LRUMemoryCache is a Dart library for in-memory LRU caching with expiration support. Cache key-value pairs, managing eviction of least recently used items upon reaching capacity.

1.0.0 #

  • Create LRUMemoryCache
    • Decide to remove expired or capacity items
    • Add max capacity for items
    • Auto expire items
    • Expire items on interaction
    • Add many items as a map
    • Get many items
    • Set global expiryTime

1.0.1 #

  • Changed description

1.0.2 #

  • Able to remove item from the stack

1.0.3 #

  • Dispose bug on uninitialized timer
3
likes
140
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

LRUMemoryCache is a Dart library for in-memory LRU caching with expiration support. Cache key-value pairs, managing eviction of least recently used items upon reaching capacity.

Documentation

API reference

License

MIT (license)

More

Packages that depend on lru_memory_cache