simple_lru_cache 0.2.0 copy "simple_lru_cache: ^0.2.0" to clipboard
simple_lru_cache: ^0.2.0 copied to clipboard

A simple Least Recently Used (LRU) cache implementation in Dart.

Changelog #

[0.2.0] - 2024-09-05 #

Updated #

  • Throws an exception if the key is not present in the cache rather than returning null

[0.1.0] - 2024-09-05 #

Added #

  • Initial release of the LRU Cache package.
    • LRUCache class implementation.
    • Basic methods for cache management: put, get, remove, and clear.
    • Automatic eviction of least recently used items to manage memory efficiently.
1
likes
0
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Least Recently Used (LRU) cache implementation in Dart.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on simple_lru_cache