React Native Cache

JSON →
library 2.0.3 ·javascript maintenance
verified Jun 7, 2026

LRU cache library for React Native, built on top of AsyncStorage v2 or an included MemoryStore, with automatic pruning of least recently used items. Current stable version is 2.0.3, released in 2020, with infrequent updates. It provides a simple key-value storage with TTL support and configurable max entries. Differentiators: designed specifically for React Native, uses AsyncStorage for persistence, includes MemoryStore for in-memo caching, and supports multiple namespaces. Alternatives like react-native-community/async-storage offer lower-level access but lack LRU behavior.