lru_memory_cache 1.0.1
lru_memory_cache: ^1.0.1 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.