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