React Native Cachemere
JSON →An async cache manager for React Native, version 1.2.0. It wraps @react-native-community/async-storage to provide a simple API for caching serializable data with TTL and attempt-based invalidation. The library offers predefined TTL constants (e.g., TTL_12H) and methods like get, set, getAll, clear, clearExpired, and clearByRegex. It is lightweight and focused on React Native, unlike general-purpose cache libraries such as node-cache or lru-cache which are not async or storage-backed. Last updated in 2019; maintenance status is unclear.
Resources
packagereact-native-cachemere ↗
API endpoints
full doc /v1/registry/react-native-cachemere