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

LRUMemoryCache is a Dart library that provides a simple, in-memory, least recently used (LRU) caching mechanism with expiration support. It allows you to cache key-value pairs, automatically managing [...]

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
3
likes
0
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

LRUMemoryCache is a Dart library that provides a simple, in-memory, least recently used (LRU) caching mechanism with expiration support. It allows you to cache key-value pairs, automatically managing the eviction of least recently used items when the cache reaches its capacity.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on lru_memory_cache